Ruby is a dynamic, open source programming language with extremely readable syntax. It was specifically built with programmer happiness and productivity in mind.
Rails is an open source web framework built with Ruby. Like Ruby, it was built with an emphasis on productivity and programmer happiness by following principles of convention over configuration. This means that many of the tiny decisions that have to be made in nearly every web app - (‘should we name that variable “id”, “postId”, “post_id”…?‘) - are largely unnecessary and don’t need to be solved repeatedly. By following conventions for these types of decisions, more effort can be put towards the parts of the program that matter and productivity can be greatly increase.
Bluit wiki with detailed build instructions: wiki
Create an Angular app using ngResource to interact with the Bluit API.
Morning API URL: https://bluitxtern.herokuapp.com/
Afternoon API URL: http://bluitx.herokuapp.com/