15 VISUALIZING DATA FROM THE GITHUB SEARCH API
In this final project, you’ll build an application that reads data from a public API and uses D3 to build an interactive bar chart based on that data. We’ll be reading data from the GitHub Search API. This API allows you to search for data on GitHub, a service that hosts Git repositories (Git is a popular version control system for keeping track of software project source code). The API uses the HTTPS protocol and returns JSON-formatted data based on a search query you encode into a URL.
If you haven’t used GitHub before, go to https://github.com to see what it looks like. At the top of the ...
Get JavaScript Crash Course now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.