Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/timakin/cook_kawasaki
Eat meshi around Hikarie :D
https://github.com/timakin/cook_kawasaki
Last synced: about 1 month 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 (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-04-24T04:33:57.000Z (over 9 years ago)
- Last Synced: 2024-04-17T01:14:03.398Z (7 months 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
==============
![2515676_m.jpg](https://qiita-image-store.s3.amazonaws.com/0/16301/f440c84f-2709-0a49-2395-c09bd6c6aced.jpeg "2515676_m.jpg")Eat happy meshi around Hikarie with your colleagues :D
# How to use
```
// git clone and install node packages
$ git clone [email protected]: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 はらへ
```