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

https://github.com/hiroppy/timecard-slack-bot


https://github.com/hiroppy/timecard-slack-bot

Last synced: about 1 month ago
JSON representation

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
```