Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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/
- Host: GitHub
- URL: https://github.com/theodesp/go-twilio
- Owner: theodesp
- Created: 2018-08-02T15:01:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-06T17:47:09.000Z (about 6 years ago)
- Last Synced: 2024-10-02T06:21:04.253Z (about 2 months ago)
- Topics: go, twillio
- Language: Makefile
- Homepage:
- Size: 2.93 KB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.