https://github.com/natac13/news-feed
https://github.com/natac13/news-feed
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/natac13/news-feed
- Owner: natac13
- Created: 2021-01-13T18:48:00.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-14T15:38:32.000Z (over 4 years ago)
- Last Synced: 2023-02-27T21:46:51.335Z (about 2 years ago)
- Language: TypeScript
- Size: 371 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Demo News Feed
## Getting Started
1. Get your own [newsapi.org](http://newsapi.org) API KEY
2. Create a `.env` file at the root of the project
3. Assign the API key to `REACT_APP_NEWS_FEED_API`
4. run `yarn start`
5. See news feed!