Skip to content

stychu/javascript-tasks

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Promisify

##Summary

Promisify standard NodeJS callback hell.

##Goal

We've got a working app, but we don't like that callback hell. Please rewrite it to use promises.

##Setup To install dependencies from package.json:

npm install

To run tests in development mode:

mocha --watch

To run verify jshint and tests:

npm test

To run verify jshint and tests with human readable output:

grunt --force

About

JavaScript exercises and tasks for RealSkill

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published