The TweetBox is a simple tool for coworking spaces
The first version of the tweetbox is pretty easy to use. There is one potentiometer & one push button.
Turn the potentiometer to select the statut you want to tweet, push the button to send it to your account.
The REST API is implemented to dialog with the NodeJs tweetbox server.
Here is how to use it :
GET /status/ to get the list of the status
GET /status/id to get the status with the id with Accepts set to HTML you'll receive the whole status, with plain text you'll receive a keyword
GET /signal/id to send to twitter API the status
POST /status/id to update a status in the JSON list
DEL /status/id to delete a status in the JSON list
Have a bug? Please create an issue here on GitHub!
https://github.com/angezanetti/tweetBox/issues
Xavier Coiffard
Guillaume Laboure
Copyright (C) 2011 AngeZanetti, Guitool
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.