lineの秘書bot
開発時
npm install
gulp
実行時
redis-server /your/path/redis.conf &
nf start
- !注意
- redisを利用
- nfは、nodeの環境変数(トークン)を参照するためのもの
ローカル環境でテストするときは、以下を叩く
AWS(aws.ka2jun8.xyz:443)で起動予定
- フリートーク機能 基本これ。なんでもOK。適当な言葉を選んで返す。
- レストラン検索機能 「ごはん」:検索開始。 フリーワード検索。
- 友達機能(未実装) 友達になる。
- アラーム機能 設定した時間にしゃべりかけてくれる。
- マップ機能 「〜ってどこ?」:〜の場所を探索。 「〜から〜まで」:行き方を検索。
- お天気機能 「〜の天気」:〜の降水強度を調べる。
==== fork前
A barebones Node.js app using Express 4.
This application supports the Getting Started with Node on Heroku article - check it out.
Make sure you have Node.js and the Heroku Toolbelt installed.
$ git clone [email protected]:heroku/node-js-getting-started.git # or clone your own fork
$ cd node-js-getting-started
$ npm install
$ npm start
Your app should now be running on localhost:5000.
$ heroku create
$ git push heroku master
$ heroku open
or
For more information about using Node.js on Heroku, see these Dev Center articles: