create a file in your home directory called config.js
insert the following code
module.exports = {
consumer_key :'...',
consumer_secret : '...',
access_token : '...',
access_token_secret : '...'
}
If you don't already have one, create a Twitter Dev Account to get your access keys and tokens.
npm install
npm start
- Kate Ross - Initial work - Kaeross