Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/theodesp/go-twilio

The UnOfficial Community Driven Golang API Library for Twilio https://www.twilio.com/
https://github.com/theodesp/go-twilio

go twillio

Last synced: about 1 month ago
JSON representation

The UnOfficial Community Driven Golang API Library for Twilio https://www.twilio.com/

Awesome Lists containing this project

README

        

# go-twilio
The UnOfficial Community Driven Golang API Library for Twilio https://www.twilio.com/

## Development

There are currently two commands which should be used:
`make build` - compiles the `src/main.go` file and places the binary in `bin/`
`make run` - compiles the binary if they isn't already and runs the program
without parameters.

There is an `.editorconfig` with convenient settings, make sure your editor
respects these file.