Feedly-Notifier-Firefox icon indicating copy to clipboard operation
Feedly-Notifier-Firefox copied to clipboard

[DEPRECATED - https://github.com/olsh/Feedly-Notifier] Firefox extension for reading news from rss aggregator Feedly

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
  1. Clone the repo
git clone https://github.com/olsh/Feedly-Notifier.git
  1. Go to the cloned directory and update submodules
cd Feedly-Notifier-Firefox
git submodule init
git submodule update
  1. Install dependencies
npm install
  1. Get a client ID and a client secret from here.

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