Stock up some great tweets and have them automatically shared throughout the day.An open source buffer app
Chrome Extension Features:
* URL Shortening via http://fracture.it
* Automatically loads Tampon page for scheduled request
Tampon is built as a Backbone.js application that communicates with a MongoDB datastore through a REST API written in PHP.
The server part is intended to be the dumbest possible, i.e. we tried to put most "intelligence" in the Backbone app, not in the API. (For example, the API only takes UNIX timestamps and posts' content, while the Backbone app computes the scheduled timestamps).
A daemon based on PHP-Daemon then runs in the background and is responsible for sending your posts to Twitter when they're due.