Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tyrauber/get_stocks

Sample 'stock_quote' rails 3 application
https://github.com/tyrauber/get_stocks

Last synced: about 1 month ago
JSON representation

Sample 'stock_quote' rails 3 application

Awesome Lists containing this project

README

        

get_stocks
==========

Sample 'stock_quote' rails 3 application

A sample rails 3 application showcasing the [the stock_quote gem](https://github.com/tyrauber/stock_quote), enabling users to add stocks by symbols and get current quotes within the last hour.

# Usage

1. $ git clone [email protected]:tyrauber/get_stocks.git
2. $ cd ~/path_to/get_stocks
3. bundle install
4. rails server