/Headlines-PWA

A PWA that receives news feed, displays feeds, both offline and online.

Primary LanguageJavaScript

Headlines-PWA

Headlines-PWA is a progressive web appliation powerd by node and express

Quickstart

Obtain an api key from newsapi

  clone the repo
  cd into repo directory
  npm install
  create an env file and add following fields:
    ENV=development
    NEWSAPI=value(api key from newsapi site)
  npm run start (wait for assets to be compiled)
  visit 'http://localhost:3000/' on your browser