Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/thejmazz/try-bionode-esnext


https://github.com/thejmazz/try-bionode-esnext

Last synced: 19 days ago
JSON representation

Awesome Lists containing this project

README

        

# try-bionode-esnext

My run through [try bionode](http://try.bionode.io) using ES6 and ES7 features,
notably, `async`/`await` from ES7 to avoid callbacks and write synchronous
looking asynchronous code. See `src/index.js`. You'll need

```bash
npm install -g babel-cli nodemon
```

and can start up the script with

```bash
npm run dev
```