Ajax Introduction
Concluding our introduction to JavaScript with a brief discussion about Ajax.
APIs in Ajax
APIs in Ajax
APIs in Node
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
Lab-4.1 Github API
Explore the github API
Lab-4.2-FoureSquare 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.