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

https://github.com/s-pro/linkedin_oauth_nodejs


https://github.com/s-pro/linkedin_oauth_nodejs

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# SETUP:

### install dependencies:
```
$ sudo npm install
```

### install supervisor:
```
$ sudo npm install supervisor -g
```

### run server with `supervisor` locally:
```
$ npm start
```

### run server with `nodejs` locally:
```
$ node app/server.js
```