Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 416 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 416 Bytes

telegraph-go

Go library for using Telegraph API.

Install

$ go get -u github.com/meinside/telegraph-go

Usage

Sample codes

See codes in ./samples/.

Todo

  • Add a helper function for converting HTML strings into []telegraph.Node
  • Support go module
  • Add tests
  • Add benchmarks