An open API service indexing awesome lists of open source software.

https://github.com/mattms/playing_with_promises

Playing with JavaScript Promises
https://github.com/mattms/playing_with_promises

Last synced: 4 months ago
JSON representation

Playing with JavaScript Promises

Awesome Lists containing this project

README

        

# Playing with Promises

These are my play scripts with Promises.
They are experiments to find out which callbacks are called.

## How to play

Install [Node.js](https://nodejs.org/).

Install [CoffeeScript](http://coffeescript.org/) with `npm install -g coffee-script`.

Run the script with `coffee main.coffee.md`.