Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thejmazz/try-bionode-esnext
https://github.com/thejmazz/try-bionode-esnext
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/thejmazz/try-bionode-esnext
- Owner: thejmazz
- Created: 2015-11-30T01:42:56.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-30T01:48:13.000Z (about 9 years ago)
- Last Synced: 2024-11-07T08:51:32.516Z (2 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```