Post Image
By Matt GaidicaAugust 9, 2012In Uncategorized

Simple Status Ticker for API Endpoints

When you are deploying code left-and-right, even in a test-driven development cycle, sometimes you still want the piece of mind that your website is responding. In my case, this is specific to API endpoints and different API environments we run our products on.

this Github gist.

To use the ticker, take the code and put it into a file named `status.rb` and run the following in terminal from the directory the file is located:

> ruby status.rb 

To exit the ticker, use control+c on your keyboard.

svgForcing SSL in a Sinatra App
svg
svgGit Video - Supplementing Github Commits with Video!

One Comment