Command line app to send messages using the Nimrod API https://www.nimrod-messenger.io/
go get -u github.com/AlTavares/gonimrod
gonimrod -k [api_key] [message]
or set the NIMROD_KEY environment variable and use it like this:
gonimrod [message]
you can also pipe the output of a program to gonimrod
cat file.txt | gonimrod
- 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
- Submit a pull request :D