Skill Summary
Language | Method |
D3.js v5 | Sankey Chart |
D3.js v5 | Google News API (using promises) |
A simple single page web app that pulls today’s top 20 headlines from the Google News API based on user input in d3.js v5:
headlines based on user input using promises, visualised in sankey chart, showing how many sources are echoed across different outlets.
Enter your search term and click the SUBMIT button to find the top 20 headlines featuring the entered term. The chart displays the source of the article on the left linked to the article author on the right. Click on any link to view the featured image, title and description of the article. Click on the article title to open a new window with to the source article.