Self hosted, open source, hackable and fully customizable Twitter client for everyone and for you.
More info at http://itter.tw. You can follow @ittertwclient.
This client can be launched in local host.
- Install all requirements
- Put the app.js and index.html files in your server/localhost directory
- Create an Twitter app at apps.twitter.com with these info :
- Name :
itter.tw
- Description :
itter.tw, cool Twitter client.
- Website :
https://itter.tw/
- Create a tokens.json file, with the data of your app
{
"consumer_key":"...",
"consumer_secret":"...",
"access_token":"...",
"access_token_secret":"..."
}
- Put your server adress in index.html
var socket = io.connect('...');
- Launch the script
node apps.js
- Connect to your page index.html on port :8080
- That'ts it. So simple!
##Contribute
Yay!
Just contact me at @DavidLibeau!