FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

androidhttpsms/api at main · iqoptionizator/androidhttpsms · GitHub

Latest commit

 

History

History
 
 

README.md

HTTP SMS API

API Docs: https://api.httpsms.com/index.html

Building

To build and run the API on your computer, you can use the command below.

# Build the API
go go build -o main.exe;

# Run the API
./main.exe

Testing

You can run the unit tests for this client from the root directory using the command below:

go test -v

License

This project is licensed under the MIT License - see the LICENSE file for details


Back | FazBrowse Home | New Git URL