Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jesstelford/yahoo-bingo-node
Playing Bingo with Node and Yahoo! to win me some prizes.
https://github.com/jesstelford/yahoo-bingo-node
Last synced: 28 days ago
JSON representation
Playing Bingo with Node and Yahoo! to win me some prizes.
- Host: GitHub
- URL: https://github.com/jesstelford/yahoo-bingo-node
- Owner: jesstelford
- License: other
- Created: 2013-12-08T20:08:36.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-09T03:12:38.000Z (about 11 years ago)
- Last Synced: 2024-06-14T20:59:26.003Z (7 months ago)
- Language: CoffeeScript
- Size: 137 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Yahoo! Bingo Node project
Playing Bingo with Node and Yahoo! to win me some prizes.
## Setup
```bash
$ git clone https://github.com/jesstelford/yahoo-bingo-node.git
$ cd yahoo-bingo-node
$ npm install
$ make
```## Usage
```bash
$ node lib/index.js
```## About
### Motivation
During Node Summit SF 2013
([#NodeSummit](https://twitter.com/search?q=%23nodesummit)), Yahoo! promoted a
competition to win some prizes by interacting with their node server via web
sockets. [More info](https://yahoobingo.herokuapp.com).### How
This project is built using:
* node.js 0.10.x
* socket.io-client
* CoffeeScript Redux
* Underscore JSOriginally forked from [Michael Ficarra](https://github.com/michaelficarra)'s [coffeescript-project](https://github.com/michaelficarra/coffeescript-project), with
additional help from [Jess Telford](https://github.com/jesstelford)'s [coffee-boilerplate](https://github.com/jesstelford/coffee-boilerplate).## License
FreeBSD. See [`LICENSE`](LICENSE) for more details.