Concluding our introduction to JavaScript with a brief discussion about Ajax.
APIs in Ajax
Review the FoureSquare api and the venues end point. Show how the browser, a dedicated rest tool and a node programme can access this API
Explore the github API
Connect to foursquare API and retrieve list of venues based on a simple location and venue keyboard. Log the venues to the console. Use an npm package to access the api.