nsonnad / world-news-map

Putting NYT stories on the (a) map

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

##World News Map

An app that uses the New York Times Article API, along with OpenStreetMap's Nominatim reverse geocoding service, to place New York Times world news stories on a world map.

To get it running locally, do the following:

  1. git clone git@github.com:nsonnad/world-news-map.git
  2. run the ./setup shell script
  3. Put your NYT Article API-V2 API key in the newly created config.json file.
  4. To fetch some data, run update_news_data, which lives in the app/data directory.
  5. To run a local server, do grunt server

About

Putting NYT stories on the (a) map


Languages

Language:JavaScript 92.0%Language:CSS 6.4%Language:Python 1.6%Language:Shell 0.1%