https://github.com/s-pro/linkedin_oauth_nodejs
https://github.com/s-pro/linkedin_oauth_nodejs
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/s-pro/linkedin_oauth_nodejs
- Owner: S-PRO
- Created: 2015-12-07T22:38:25.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-07T22:39:23.000Z (over 10 years ago)
- Last Synced: 2025-01-19T17:52:59.693Z (over 1 year ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```