Four times together kicking API JSON and rapid turning website glory! Joining together with AJAX to display:
- What's your favorite movie? (Open Movie Database API)
- Should I walk or drive? (Forecast.io Weather API)
- Can I share a bike? (City Bikes API)
- Did everyone submit homework? (Github API)
Please clone this repo.
For each challenge:
- Open the relevant
index.html
in your browser, and launch your Chrome Javascript Console.- Make sure you're working in the right folder!
- Browse the API documentation and figure out what endpoint you need to hit.
- Use jQuery's
ajax
method to fetch JSON from the API endpoint. - Process the results.
- Render the page.
We encourage you to work together and be creative! There is no one way to solve these challenges.