Skip to content

jah2488/stocktrack

Repository files navigation

Installation

Alias Localhost

  • run sudo vim /etc/host
  • add 127.0.0.1 stocktrack.com

Rails

  1. bundle install
  2. bundle exec rake db:create db:migrate

Webpacker / JavaScript

  1. yarn install

Run server

  • bundle exec rails s
  • Navigate to http://stocktrack.com:3000

View On Heroku

Feature Roadmap

Sorbet

IEX Cloud

Initializing

  • client = IEX::Api::Client.new

Free Tier endpoints

  • client.quote('SPY')
  • client.company('SPY')
  • client.logo('SPY')
  • client.news('SPY')
  • client.chart('SPY')
  • client.key_stats('SPY')
  • client.dividends('SPY', '6m')
  • client.earnings('MSFT')
  • client.crypto('BTCUSDT')

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages