Words Visualization
A web app for visualizing most popular words in the news cycle
Built with these and more:
-
Create an
.env
file in the root of the project based on.env.example
-
Create a newsAPI account and get API key and add the News API key as
API_KEY=XXXX
in.env
file -
For MongoDB
use docker, rundocker-compose up
or install MongoDB
or create a MongoDB Atlas account -
Add MongoDB URI string to
.env
asMONGO_URL:...
-
Run
yarn yarn run dev
-
Visit localhost:3000
-
Change line 22 of
./github/workflows/cron.yml
, run command which adds news to data to your hosted version of this project, Setup cron job using Github by just hosting code on Github