Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/atmos/webhooks.js
a simple express app to try to proxy web requests to IRC
https://github.com/atmos/webhooks.js
Last synced: 3 months ago
JSON representation
a simple express app to try to proxy web requests to IRC
- Host: GitHub
- URL: https://github.com/atmos/webhooks.js
- Owner: atmos
- License: mit
- Created: 2010-03-27T22:24:54.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2011-06-03T15:02:05.000Z (over 13 years ago)
- Last Synced: 2024-04-15T13:59:39.176Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 164 KB
- Stars: 13
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: History.md
- License: LICENSE
Awesome Lists containing this project
README
A Simple Webhook App
====================This is my first [express][express] app. It uses [facebook][facebook] auth.
Install Kiwi Dependencies
=========================
% brew install kiwi
% kiwi install express
% kiwi install facebook
% kiwi install redis-clientRunning
========% export FB_API_KEY="your api key from facebook"
% export FB_SECRET_KEY="your secret key from facebook"
% bin/server
% open http://localhost:3000Testing
=======% bin/spec
[kiwi]: http://github.com/visionmedia/kiwi
[express]: http://github.com/visionmedia/express
[facebook]: http://github.com/atmos/facebook.js