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

https://github.com/n0bisuke/lba_linebot


https://github.com/n0bisuke/lba_linebot

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

## config.js

```
module.exports = {
channelSecret: '',
channelAccessToken: ''
};
```

## チートシート

### now

```
now secret add LBABOT_SECRET xxx
now secret add LBABOT_TOKEN xxxx
```

```
now -e LINE_SECRET=@lbabot_secret -e LINE_TOKEN=@lbabot_token --public
```

### Heroku

```
heroku config:set LINE_SECRET=
heroku config:set LINE_TOKEN=
```