Skip to content

A Rails app that's a pretty awesome stock ticker display

Notifications You must be signed in to change notification settings

jltml/slapscreen

Repository files navigation

slapscreen

a stock-ticker display

Getting started

On a Mac:

  1. Install Homebrew
  2. Install Redis via Homebrew
  3. Install asdf
  4. git clone https://github.com/jltml/slapscreen.git
  5. cd slapscreen
  6. asdf install
  7. bundle install
  8. npm -g install yarn
  9. yarn install
  10. rails db:migrate
  11. gem install foreman
  12. bin/dev to run! - you may have to edit the file Procfile.dev to point to your Redis executable/installation
  13. To add stocks, as of now, run rails console and try:
Stock.new(ticker: "aapl").save

then refresh and see if it works!