Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
Add Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
denim2x committed Mar 8, 2019
1 parent 75cded7 commit 11ad264
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# News intelligence engine

Web app for browsing entities found within news articles

## Setup

First you should have certain variables in your environment:
- `NEWSAPI_KEY`: API key for [News API](https://newsapi.org)
- `DANDELION_TOKEN`: auth token for [Dandelion API](https://dandelion.eu/)
- `GRAPHAPI_KEY`: API key for [Google Knowledge Graph Search API](https://developers.google.com/knowledge-graph/)

```sh
npm install
npm start
```

Launches a Web server at port `process.env.PORT` - open your browser to view the app in action.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="utf-8">
<title>News intelligence engine</title>
<meta name="description" content="">
<meta name="description" content="Web app for browsing entities found within news articles">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
@import url('https://fonts.googleapis.com/css?family=Nunito');
Expand Down

0 comments on commit 11ad264

Please sign in to comment.