https://github.com/hiroppy/timecard-slack-bot
https://github.com/hiroppy/timecard-slack-bot
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/hiroppy/timecard-slack-bot
- Owner: hiroppy
- Created: 2021-01-10T15:52:27.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-12T11:31:31.000Z (over 5 years ago)
- Last Synced: 2025-01-25T21:56:04.500Z (over 1 year ago)
- Language: TypeScript
- Size: 43 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Record your work time
This is a bot of Slack and exists on firebase.
## Seup
```sh
$ npm i firebase-tools -g
$ git clone git@github.com:hiroppy/timecard-slack-bot.git
$ cd timecard-slack-bot
$ firebase functions:config:set slack.token=xxx
$ firebase functions:config:set slack.secret=yyy
$ mv .runtimeconfig.json.sample .runtimeconfig.json # and modify
$ cd functions && npm i
$ firebase deploy
```