This project is my capstone for school. The goal here is to look up any stock and it immediately get information ( about the stock/ penny stock ) that other wise would take a while to gather. In the Penny stock day trading world, it's crucial to know as much information as possible from the stock to potentially make money and putting the odds on my favor. I will be adding accounts so user can log in and save stocks to their watch list and keep track of them. I will also write an algorithm that will tell you if it's a good idea to invest in the stock base of the information given.
Run the following commands in Terminal:
$ git clone
this repository$ cd Penny_stock
$ bundle install
$ rails s
navigate to localhost:3000/stocks
type the name or ticker of any US stock
enjoy
- If the user types random letters that don't exit in the api call it will through error.
- make sure postgres is running in your machine if not run $ postgres.
If you have questions, comments, or concerns, please contact Javi.
- API
- Ruby-on-Rails
- ActiveRecord
This software is licensed under the MIT license.
Copyright (c) 2017 Javier Jimenez