Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sukima/99-bottles-cs
Example project to sing the 99 bottles of beer song with CoffeeScript
https://github.com/sukima/99-bottles-cs
Last synced: 17 days ago
JSON representation
Example project to sing the 99 bottles of beer song with CoffeeScript
- Host: GitHub
- URL: https://github.com/sukima/99-bottles-cs
- Owner: sukima
- Created: 2012-10-12T20:13:17.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2018-09-04T17:41:39.000Z (about 6 years ago)
- Last Synced: 2024-10-21T20:48:48.724Z (30 days ago)
- Language: JavaScript
- Homepage: sukima.github.com/99-bottles-cs/
- Size: 136 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
99 Bottles of Beer with CoffeeScript
====================================This is a exaple project top show how CoffeeScript can sing the 99 bottles of beer song.
It is an entry to the [99 bottles of beer][] language database site.
This project includes [CommonJS][] packaging and modular design. Unit tests with
[Jasmine][]. And how to include custom [jQuery plugins][].It uses [node.js][] to build using [hem][]. Documentation generated with [docco][].
See it in action at http://sukima.github.com/99-bottles-cs/
[99 bottles of beer]: http://99-bottles-of-beer.net/
[CommonJS]: http://www.commonjs.org/
[jQuery plugins]: http://docs.jquery.com/Plugins/Authoring
[Jasmine]: https://jasmine.github.io/
[node.js]: http://nodejs.org/
[hem]: http://spinejs.com/docs/hem
[docco]: http://jashkenas.github.com/docco/