ForJournalism / fj-apis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About


Languages

Language:JavaScript 54.2%Language:CSS 45.8%