A simple website to keep up your news, built with Next.js, Tailwind and Typescript.
It uses NewsAPI, Newscatcher, ContextualWeb and HackerNews Algolia.
git clone
this repocd
to repo folder- Create a file called
.env.local
- Add this 2 keys:
- RAPIDAPI_KEY (this is necessary for Newscatcher and ContextualWeb)
- NEWSAPI_KEY (just for NewsAPI)
yarn
yarn dev
- Go to
http://localhost:3000
in your browser.