Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 781 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 781 Bytes

line-bot-gcp-go

GCPine (GC 🍍) is a toolkit that allows local development and cloud operations to coexist.
日本語ドキュメント

About

You can operate a LINE Bot that runs on Google Cloud Platform.

Features

GCPine works by receiving WebHook during local development,
so that development efficiency can be maintained without worrying about waiting for deployment due to cloud development.

Requirements

  • go1.13~
  • Get external dependent modules from go.mod

Installation

go get github.com/gcp-kit/line-bot-gcp-go

Usage

Google App Engine Example
gcp-kit/gcpine-gae-example

TODO

  • GoogleCloudFunctions Example
  • Local Example

License

MIT license.