Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/atmos/whoami-twitter

return your remote ip address from an express app after authenticating on twitter
https://github.com/atmos/whoami-twitter

Last synced: about 1 month ago
JSON representation

return your remote ip address from an express app after authenticating on twitter

Awesome Lists containing this project

README

        

whoami-twitter
==============

This is basically my Twitter Hello World app to test out [heroku's][heroku] experimental [node.js][node] support.

It uses [express][express] and [express-auth][express-auth].

Running
=======

% heroku config add TWITTER_CONSUMER_SECRET= TWITTER_CONSUMER_KEY=
% git push heroku master

[heroku]: http://heroku.com
[node]: http://nodejs.org
[kiwi]: http://github.com/visionmedia/kiwi
[express]: http://github.com/visionmedia/express
[express-auth]: http://github.com/ciaranj/express-auth