LineBot-ILovePrograming
swf: https://swf.com.tw/?tag=node-js
Line Developer Website: https://developers.line.me
Line Message API 說明網站: https://developers.line.me/en/docs/messaging-api/reference
npmjs: https://www.npmjs.com/package/linebot
IT幫幫忙:https://ithelp.ithome.com.tw/users/20107309/ironman/1253
Javascript字串處理:http://programmermagazine.github.io/201307/htm/article2.html
oxxo:http://www.oxxostudio.tw/articles/201701/line-bot-2.html
政府資料開放平台:https://data.gov.tw/
Heroku Dashboard:https://dashboard.heroku.com
Login to Heroku
$ heroku login
Clone the repository
$ heroku git:clone -a linebot-programing
//Or git clone https://git.heroku.com/linebot-programing.git
$ cd $ linebot-programing
git commit and push
$ git add .
$ git commit -am "make it better"
$ git push heroku master