- Clone the repo folder to your local machine and open it
git clone https://github.com/cewert/eatumup.git
cd eatumup
- Use NPM to install app dependencies
npm install
- Open default-config.js and replace all instances of CHANGEME with your Twitter API credentials.
module.exports = {
consumer_key: 'CHANGEME',
consumer_secret: 'CHANGEME',
access_token: 'CHANGEME',
access_token_secret: 'CHANGEME',
timeout_ms: 60*1000, // optional HTTP request timeout to apply to all requests.
};
- When finished modifying default-config.js, save file as config.js
Tell Node to run app.js
node app.js
- Node.js
- NPM
- twit - Twitter API Client for Node.js
- Visual Studio Code - Text editor