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

https://github.com/raulrobinson/node-js

API REST for Node JS
https://github.com/raulrobinson/node-js

Last synced: 9 months ago
JSON representation

API REST for Node JS

Awesome Lists containing this project

README

          

# Node JS for demo Pipeline POC.

## Prerequisites

**.npmrc** file should be present in the root directory of the project.
```angular2html
@scope:registry=https://npm.pkg.github.com
//npm.pkg.github.com/:_authToken=YOUR
```

## Installation

```bash
npm install
```

## Usage

```bash
npm start
```

## License
[MIT](https://choosealicense.com/licenses/mit/)