A crowdsourced list compiled by Stefan Hoth and the fine folks at the Droidcon Berlin Barcamp.
- (Android) developer
- entrepreneur
- event-dude/-girly
- networker
| var express = require('express'); | |
| var sys = require('sys'); | |
| var oauth = require('oauth'); | |
| var app = express.createServer(); | |
| var _twitterConsumerKey = "YOURTWITTERCONSUMERKEY"; | |
| var _twitterConsumerSecret = "YOURTWITTERCONSUMERSECRET"; | |
| function consumer() { |