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

https://github.com/inadarei/promises123-code

Code for promises123.com
https://github.com/inadarei/promises123-code

Last synced: 7 months ago
JSON representation

Code for promises123.com

Awesome Lists containing this project

README

          

# promises123-code

Code for http://promises123.com

## Using:

Run:

```
> npm install
```

and then run each ex*.js file with node (ver 8+) using a command like the
following:

```
> node ex1.1.js
```

Enjoy!