Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/atmos/whoami-twitter
- Owner: atmos
- Created: 2010-05-11T06:49:22.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2010-05-11T06:54:43.000Z (over 14 years ago)
- Last Synced: 2024-10-14T13:04:19.752Z (3 months ago)
- Language: JavaScript
- Homepage: http://whoami-twitter.heroku.com
- Size: 203 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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