A simple command line client to push statuses to Txtatus.
go install github.com/apeacox/txtatus-cli
TXTATUS_TOKEN="yourAPIkey" /path/to/txtatus-cli "your shiny new status"
Note the quote marks around the status message!
- add tests
- add more features (get statuses, filters, etc...)
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request