Live Website: https://411h45h1.github.io/nytimes/
Windows App Version Download here (win32 x64)
This is an app that displays the most viewed,shared and emailed articles of the last 30 days from The New York Times using their api.
To create a light dev version
git clone https://github.com/411h45h1/nytimes.git
npm install or yarn install
npm run start or yarn start
To create a light dev version
( If you don't have foreman installed: npm install -g foreman )
git clone https://github.com/411h45h1/nytimes.git
npm install or yarn install
npm run start or yarn start
Alternativly you can build your own version locally
git clone https://github.com/411h45h1/nytimes.git
cd electron
npm install or yarn install
npm run build-win or yarn build~win