https://github.com/is2ei/passport-typetalk-example
Example project for passport-typetalk
https://github.com/is2ei/passport-typetalk-example
Last synced: 8 months ago
JSON representation
Example project for passport-typetalk
- Host: GitHub
- URL: https://github.com/is2ei/passport-typetalk-example
- Owner: is2ei
- License: mit
- Created: 2019-02-25T15:20:10.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T16:49:37.000Z (over 3 years ago)
- Last Synced: 2025-01-12T05:28:48.421Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://github.com/is2ei/passport-typetalk
- Size: 138 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
passport-typetalk-example
===
## Usage
### Install
```shell
$ git clone git@github.com:is2ei/passport-typetalk-example.git
$ cd passport-typetalk-example
$ npm install
```
### Set config
```json
{
"clientID": "TYPETALK_CLIENT_ID",
"clientSecret": "TYPETALK_CLIENT_SECRET"
}
```
### Run
```shell
$ node .
```
Open http://localhost:3000