Ecosyste.ms: Awesome
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: about 1 month ago
JSON representation
Playing with JavaScript Promises
- Host: GitHub
- URL: https://github.com/mattms/playing_with_promises
- Owner: MattMS
- License: mit
- Created: 2015-10-24T13:52:16.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-24T13:58:02.000Z (about 9 years ago)
- Last Synced: 2024-04-09T16:40:14.344Z (9 months ago)
- Size: 137 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.