Skip to content

juniorz/one-feed

Repository files navigation

Build Status

one-feed

1 feed

Deploying to Heroku

You need to setup Facebook/Twitter settings

heroku config:set FACEBOOK_APP_ID=... FACEBOOK_APP_SECRET=...
heroku config:set TWITTER_CONSUMER_KEY=... TWITTER_CONSUMER_SECRET=...

Running locally

npm install
export $(heroku config --shell | sed /PATH/d | sed /NODE_ENV/d)
npm start

Testing

npm test

Releases

No releases published

Packages

No packages published