Web app for browsing entities found within news articles
First you should have certain variables in your environment:
NEWSAPI_KEY
: API key for News APIDANDELION_TOKEN
: auth token for Dandelion APIGRAPHAPI_KEY
: API key for Google Knowledge Graph Search API
npm install
npm start
Launches a Web server at port process.env.PORT
- open your browser to view the app in action.