Skip to content
This repository has been archived by the owner on Nov 10, 2017. It is now read-only.

Latest commit

 

History

History
44 lines (32 loc) · 1.38 KB

README.md

File metadata and controls

44 lines (32 loc) · 1.38 KB

NodeTunes

NodeTunes' a node & express application written in CoffeeScript; it stores fortunes (snippets of quotes, eg. IRC/IM ones). Originally inspired by the « Fortunes » application, by Maurice Svay.

I'm discovering and learning both CoffeeScript and Node while coding it, so don't expect too much reliability, but I would warmly welcome any code review against the code :)

If you're curious enough, you might check out the:

Installation

At the root of a fresh checkout:

$ npm install

Usage

To get a lit of all available commands:

$ cake
Cakefile defines the following tasks:
cake build                # Build current project
cake casper               # Launches casperjs test suite
cake docs                 # Generate annotated source code with Docco
cake funk                 # Fantastic stuff
cake load                 # Load test fixtures
cake test                 # Run test suite
cake server               # Start server
cake watch                # Recompile CoffeeScript source files when modified

So to run the server in development:

$ cake server