Skip to content
This repository has been archived by the owner on Nov 12, 2019. It is now read-only.

recipe-linebot/botserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

recipe-linebot/botserver

This documentaion is still under construction. 👷

botserver is a component of recipe-linebot. It behaves as LINE bot, that is accepts callback events and send back response to client. Because recipe-linebot is a service to suggest recipes by names of food stuff, so botserver accepts the message event includes the names of food stuff and sends back suggested recipes to friend user as client.

Development

  • Use Git as VCS.
  • The repository is hosted by GitHub.
  • The workflow is based on GitHub Flow.
  • The commit message style is recommended: {emoji} {space} {message}.
    • emoji should be specified by :name:.
    • A kind of emoji should be chosen on Gitmoji.
    • message should start with a present form of verb and not end with a period.