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

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

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