A desktop version of NewsLynx app running on Electron. Scaffolded with generator-electron. Still a work in progress. To be released July 2015.
Install dependencies with the following:
$ npm install
Rename config.sample.yaml to config.yaml
and change values to where your NewsLynx API lives and pick a new secret key string.
Use this command to start up a version locally.
$ npm start
Package into a desktop application with the following:
$ npm run build
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.