olsh / Feedly-Notifier-Firefox

[DEPRECATED - https://github.com/olsh/Feedly-Notifier] Firefox extension for reading news from rss aggregator Feedly
http://olsh.github.io/Feedly-Notifier/
Mozilla Public License 2.0
22 stars 7 forks source link
firefox-extension javascript rss-aggregator

Feedly-Notifier-Firefox

Description

Firefox extension for reading news from rss aggregator Feedly

How to build sandbox version

The sandbox version is for development purpose only.

  1. Install node.js and Python 2.x.

  2. Install grunt-cli globally

    npm install -g grunt-cli
  3. Clone the repo

    git clone https://github.com/olsh/Feedly-Notifier.git
  4. Go to the cloned directory and update submodules

    cd Feedly-Notifier-Firefox
    git submodule init
    git submodule update
  5. Install dependencies

    npm install
  6. Get a client ID and a client secret from here.

  7. 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.