Skip to content

josephsintum/words-visualizations

Repository files navigation

Words-Visualization

Words Visualization

A web app for visualizing most popular words in the news cycle

demo

Built with these and more:

Setup

  1. Create an .env file in the root of the project based on .env.example

  2. Create a newsAPI account and get API key and add the News API key as API_KEY=XXXX in .env file

  3. For MongoDB
    use docker, run docker-compose up
    or install MongoDB
    or create a MongoDB Atlas account

  4. Add MongoDB URI string to .env as MONGO_URL:...

  5. Run

    yarn
    yarn run dev
  6. Visit localhost:3000

  7. 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

Releases

No releases published

Packages

No packages published