Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tyrauber/get_stocks
- Owner: tyrauber
- Created: 2013-06-06T22:39:44.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-06-06T23:00:44.000Z (over 11 years ago)
- Last Synced: 2024-10-14T11:54:51.741Z (3 months ago)
- Language: Ruby
- Size: 145 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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