An API for McDonald's France
const Mcdo = require('node-mcdofrance');
const mcdo = new Mcdo({
clientId: '',
clientSecret: ''
});
mcdo.getAccessToken();
mcdo.getRestaurantDetails(restaurantId);
mcdo.getProducts();
mcdo.getProductDetails(productId);