/cisco

A golang project to return the status of some services

Primary LanguageGoMIT LicenseMIT

Cisco

A golang project to return the status of some services.

Installation

go get -v github.com/marcosinger/cisco

Once the get completes, you should find your new cisco executable sitting inside $GOPATH/bin/.

Usage

  cisco

  [Heroku Status]
  Production: [ok]
  Development: [ok]

Services

  • Heroku
  • Github
  • Bitbucket
  • Toggl
  • Trello

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am "Added some feature")
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request