Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/franciscohanna92/cvd19-news
COVID-19 news aggregator
https://github.com/franciscohanna92/cvd19-news
aggregator covid-19 news news-api
Last synced: about 1 month ago
JSON representation
COVID-19 news aggregator
- Host: GitHub
- URL: https://github.com/franciscohanna92/cvd19-news
- Owner: franciscohanna92
- Created: 2020-03-30T14:52:11.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T10:42:28.000Z (almost 2 years ago)
- Last Synced: 2023-03-09T20:11:19.974Z (almost 2 years ago)
- Topics: aggregator, covid-19, news, news-api
- Language: TypeScript
- Size: 1.82 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CVD19 News
COVID-19 news aggregator## Contributing
Get a Developer API key fron [News API](https://newsapi.org/).
Then, create a `.env` file in the root and create a var named `NEWS_API_KEY` and assign your News API key to it, like:```bash
NEWS_API_KEY='your_News_API_key_here'
```Run the development server:
```bash
npm run dev
```The project is built with Next.js, so check:
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.## TODO
- **Add internationalization**
- **Add more countries**
- **Modularize and add unit tests**
- **Find a News API sponsor**: The developer plan from News API limits the search to 100 articles. This is not a limitation at the moment but it may be in the future. You can check the pricing details [here](https://newsapi.org/pricing).