Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 285 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 285 Bytes

node-feed-fetcher

Fetches RSS/Atom Feeds and saves them to a MySQL database.

Configuration

  • Setup MySQL Database (5.5 works)
  • mysql -uSOMEUSER -pYOURPASS < db-init/create.sql
  • create and fill local.properties
  • Setup npm (e.g. sudo apt-get install npm)
  • npm install