Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 698 Bytes

README.md

File metadata and controls

35 lines (20 loc) · 698 Bytes

GoBMS

GoDoc

An unofficial API wrapper for BookMyShow.com written in Go

Installation

Install the package using:

go get github.com/ArionMiles/gobms

To install the CLI use:

go install github.com/ArionMiles/gobms/[email protected]

Note: If you have not done so already be sure to add $GOPATH/bin to your PATH.

Usage

See examples/ for usage examples.

Contributions

For making feature requests, bug reports, open an issue.

All PRs are welcome, though, do create an issue first before making a PR.

License

MIT License