https://github.com/n0bisuke/lba_linebot
https://github.com/n0bisuke/lba_linebot
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/n0bisuke/lba_linebot
- Owner: n0bisuke
- Created: 2018-08-18T07:34:44.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-18T08:35:06.000Z (almost 8 years ago)
- Last Synced: 2025-10-28T06:15:15.109Z (9 months ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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=
```