https://github.com/timakin/cook_kawasaki
Eat meshi around Hikarie :D
https://github.com/timakin/cook_kawasaki
Last synced: over 1 year ago
JSON representation
Eat meshi around Hikarie :D
- Host: GitHub
- URL: https://github.com/timakin/cook_kawasaki
- Owner: timakin
- Created: 2015-04-20T14:53:54.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-24T04:33:57.000Z (about 11 years ago)
- Last Synced: 2025-01-23T19:19:50.351Z (over 1 year ago)
- Language: JavaScript
- Size: 188 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
cook_kawasaki
==============

Eat happy meshi around Hikarie with your colleagues :D
# How to use
```
// git clone and install node packages
$ git clone git@github.com:timakin/cook_kawasaki.git
$ cd cook_kawasaki
$ npm install
// heroku setting
$ heroku login
$ heroku create [bot_name] // in origin case, named cook_kawasaki
$ heroku addons:add redistogo:nano
$ heroku config:set HUBOT_SLACK_TOKEN=[your token]
$ heroku apps:info // Get you bot Web url for following setting.
$ heroku config:set HUBOT_HEROKU_KEEPALIVE_URL=[your bot app url]
$ git push heroku master
// Random search for restaurant on slack
@cook_kawasaki はらへ
```