Skip to content

Commit

Permalink
code refactor and add new data source
Browse files Browse the repository at this point in the history
  • Loading branch information
curioustushar committed Apr 4, 2020
1 parent 1e7b8aa commit 1055b30
Show file tree
Hide file tree
Showing 7 changed files with 352 additions and 47 deletions.
1 change: 1 addition & 0 deletions .env.sample
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
NEWS_BASE_API=http://newsapi.org/v2/top-headlines
STATS_BASE_API=https://covid19.mathdro.id/api
STATS_DATA_API=https://api.covid19india.org/data.json
STATS_INDIA_BASE_API=https://www.mohfw.gov.in
NEWS_API_KEY=7127671ajshdjahsjaksjkas
MicrosoftAppId=sample123
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Get updates on Covid19 / coronavirus

| Telegram | Line | Skype |
| --- | -- | --- |
|<img src="https://i.imgur.com/cApU2ex.gif" alt="Line"> | <img src="https://i.imgur.com/tN97ofM.gif" alt="Line"> | <img src="https://i.imgur.com/cApU2ex.gif" alt="Skype"> |
|<img src="https://i.imgur.com/cApU2ex.gif" alt="Telegram"> | <img src="https://i.imgur.com/tN97ofM.gif" alt="Line"> | <img src="https://i.imgur.com/RwCvHV3.gif" alt="Skype"> |


## Found this project useful?
Expand Down Expand Up @@ -40,6 +40,7 @@ If you found this project useful, then please consider giving it a ⭐️ on Git
* [Genomic epidemiology of novel coronavirus](https://nextstrain.org/ncov?l=radial)
* [Worldometers coronavirus](https://www.worldometers.info/coronavirus/)
* [Covidvisualizer](https://www.covidvisualizer.com/)
* [COVID19-India](https://github.com/covid19india/api/)
* News [NewsApi](https://newsapi.org/)

## Created & Maintained By
Expand Down
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
require('console-stamp')(console, { pattern: 'dd/mm/yyyy HH:MM:ss.l' });
require('dotenv').config();
const restify = require('restify');
const {
Expand Down
Loading

0 comments on commit 1055b30

Please sign in to comment.