A Node.js based web app that converts Google+ Public posts to RSS feed.
Get a Google API key to be able to fetch G+ posts.
Optional Requirements:
- Redis >= 2.4
To install the required dependencies run:
npm install
Copy config-empty.js
to config.js
. Adjust the server, db and google API key settings.
To start run:
npm start
To start on Windows run:
npm run-script start_win
Open http://localhost:8008
in your browser.