Skip to content

An unofficial API wrapper for BookMyShow written in Go

License

Notifications You must be signed in to change notification settings

ArionMiles/gobms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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