https://github.com/gianfrancofrau/nodeschool-promises-it-wont-hurt
repository for the second Node School Cagliari 2015
https://github.com/gianfrancofrau/nodeschool-promises-it-wont-hurt
Last synced: 3 months ago
JSON representation
repository for the second Node School Cagliari 2015
- Host: GitHub
- URL: https://github.com/gianfrancofrau/nodeschool-promises-it-wont-hurt
- Owner: GianfrancoFrau
- Created: 2015-09-19T07:43:22.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-14T15:07:36.000Z (over 9 years ago)
- Last Synced: 2025-01-03T07:29:01.768Z (5 months ago)
- Language: JavaScript
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nodeschool-promises-it-wont-hurt
repository for the second Node School Cagliari 2015package 'promise-it-wont-hurt' , more info: http://nodeschool.io/
```
npm install promise-it-wont-hurt
```## Status
- [x] 1 Fullfill a promise
- [x] 2 Reject a promise
- [x] 3 To reject or not to reject
- [x] 4 Always async
- [x] 5 Values and promises
- [ ] 6 Throw an error
- [ ] 7 Using qfcall
- [ ] 8 An important rule
- [ ] 9 Multiple promises
- [ ] 10 Fetch JSON
- [ ] 11 Do some work
- [ ] 12 More functional