Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 1.79 KB

README.md

File metadata and controls

40 lines (30 loc) · 1.79 KB

APIs for Journalism workshop.

Workshop assumes you have familiarity with HTML and JavaScript.

In this workshop you will learn how to source content from APIs and render the media in the browser. Such a tool can be used to create a content dashboard, reader, or media rich article.

1 Sourcing Content

You will make queries to the following APIs to source content. Sever calls will be made with node and saved to flat files.

2 Rendering content

Next you will create an interface to render the media you retrieved in the first part of the workshop. You will read the files and parse for the URLs. You will display the media as a dashboard, reader, or article with Embedly.

3 Explore

For those who finish the first two parts, you can further explore the APIs to customize your app.