A simple website to keep up your news, built with Next.js, Tailwind and Typescript.
It uses NewsAPI, Newscatcher, ContextualWeb and HackerNews Algolia.
git clonethis repocdto 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)
yarnyarn dev- Go to
http://localhost:3000in your browser.