Twimber is a HTML5 and Javascript based Desktop Twitter Client.
x = done
/ = sorta done
- Multi-User support. [/]
- Same-Client DM Read marking Support. [ ]
- Encrypt DMs too other Users. [ ]
- Twitter stream API lag test. [x]
2.0.0
Twimber uses a number of open source projects to work properly:
- [Twitter Bootstrap] - great UI boilerplate for modern web apps
- [jQuery] - duh
- [node.js] - Event driven amazingness.
- [node-webkit] - Wrapping nodejs in the DOM.
- [FontAwesome] - An epic icon thing that really adds to the expirence.
You'll need a version of NW.js and [node/io].js. Also bower.
npm install -g bower
cp src/cfg/default.json src/cfg/config.json
pushd src
bower install
popd
<path/to/nw/> ./
MIT (Yes, some say GNUGPLv3, but it's all MIT now.)