Investable allows everyday people to easily access information about financial markets of interest to them. A preview of Investable's interfaces can be viewed at .
At the moment, Investable runs on Ruby 1.9.3
with Rails version 4.2.3
.
In order to install dependencies, simply run bundle install
.
If the bundle
command is not available to you, the Bundler gem can be installed by running gem install bundler
.
Afterwards, a development server can be opened on localhost:3000
by running rails server
.
Investable is licensed under the MIT License. Essentially, the MIT License allows you to do anything with Investable's code, including, but not limited to:
- Using it for commercial purposes
- Modifying any part of the software
- Using and modifying Investable without having to distribute the code
As long as you include a copy of the LICENSE file.
More information can be found at choosealicense.com.