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

https://github.com/remrkabledev/promises_nodejs

A short introduction to using promises module for nodejs apps.
https://github.com/remrkabledev/promises_nodejs

Last synced: about 1 month ago
JSON representation

A short introduction to using promises module for nodejs apps.

Awesome Lists containing this project

README

          

# promises_nodejs
A short introduction to using promises module for nodejs apps.

## Getting Started
Covering the basic concepts of promises with nodejs. Utilizing the promises module to achieve proper Promise functionality.

```
promises Documentation:
https://www.promisejs.org/
```
### Prerequisites

What things you need to install the software and how to install them

```
node
promise
pg module
```

### How To:

To use the examples provided:

```
1. Clone repo.
2. Choose desired folder.
3. Run 'npm install' so as to get the required dependencies.
4. Run node apps.
```

Have fun :)