Used Yelp API to show restaurants around Mountan View, CA.
src/js/apiKeys.js
function apiKeys(){
// Enter your OAuth information here
return {
consumerKey: "****",
consumerSecret: "****",
token: "****",
tokenSecret: "****"
}
}
For generating your own keys take a look at here
Application will not be able to fetch restaurants data to populate the app if these keys are not provided!
Double click src/index.html to open the application
No need for npm install or to run any grunt tasks