Description
Firefox extension for reading news from rss aggregator Feedly
How to build sandbox version
The sandbox version is for development purpose only.
Install node.js and Python 2.x.
Install grunt-cli globally
npm install -g grunt-cli
Clone the repo
git clone https://github.com/olsh/Feedly-Notifier.git
Go to the cloned directory and update submodules
cd Feedly-Notifier-Firefox
git submodule init
git submodule update
Install dependencies
npm install
Get a client ID and a client secret from here.
Run the next grunt task
grunt sandbox --clientId=xxx --clientSecret=xxx
where xxx data from the previous step.
Changelog
Changelog can be found here.
Credits
This addon is using source code of Geo Mealer's RSS Handler for Feedly.