Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 1.28 KB

README.md

File metadata and controls

47 lines (33 loc) · 1.28 KB

The New York Times Snapshot

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.

Quick Instructions

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

Windows Application

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

ScreenShot

Windows Application