Small interface to display real-time tweets and able to be destroyed by the user.
git clone https://github.com/pierrechls/kill-my-tweets.git
cd kill-my-tweets
npm install
{
"consumer_key" : "[YOUR_CONSUMER_KEY]",
"consumer_secret" : "[YOUR_CONSUMER_SECRET]",
"access_token_key" : "[YOUR_ACCESS_TOKEN_KEY]",
"access_token_secret" : "[YOUR_ACCESS_TOKEN_SECRET]"
}
- Copy/paste this text on your json file
- Name this file : twitter_auth.json
- Put it in the init folder
- Complete with your authentication informations
- Go to the init folder
- Change the default hashtag in the config.json file
node app.js
http://localhost:8080/
You have to download Node.js