- run
npm install
- Create File
./config.json
:
{
"production": {
"consumer_key": "CONSUMER_KEY",
"consumer_secret": "CONSUMER_SECRET",
"access_token_key": "ACCESS_TOKEN_KEY",
"access_token_secret": "ACCESS_TOKEN_SECRET"
}
}
- Get consumer and access keys from a Team Lead and populate inside
./config.json
. - Run
node app.js
- Validate Twitter post on https://twitter.com/opentransit_bot
- GCP setup for prod use