Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 399 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 399 Bytes

Usage

If you're using foreman, remember to set the .env like this

CONSUMER_KEY=
CONSUMER_SECRET=
ACCESS_TOKEN=
ACCESS_TOKEN_SECRET=

Or if you're running a vanilla node you may have to specify these variables along when you run the node command:

$ CONSUMER_KEY='xxx', CONSUMER_SECRET='yyy' node app.js 

Enjoy!

License

BSD