This node module only contains a few tests to try async/await in javascript. index.js is empty, the important things can be found in test/index.js.
The tests need babel to run (async/await is not supported yet by nodejs):
$ npm install
$ npm test
For a theoretical introduction on how async/await works see this blog post.
See LICENSE.