THIS PROJECT IS STILL IN DEVELOPMENT! NOT ALL FEATURES MAY WORK! Features that are not working include:
- Changing Feed Display settings
NOTE: If on linux will need to install libsecret:
- Debian/Ubuntu: sudo apt-get install libsecret-1-dev
- Red Hat-based: sudo yum install libsecret-devel
- Arch Linux: sudo pacman -S libsecret
npm i feeder-cli -g
Usage
feeder check
feeder manage
The code itself is in the /bin folder due to the CLI nature of the project. To quickly test code while developing run 'node .',
npm install .
npm install . -g
Testing: In project directory run:
# Manage RSS URL
node . manage
# Run Check
node . check
REMINDER: This project is still under development, key features may still not be fully developed!