Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 724 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 724 Bytes

random-stock-picker

Picks a random stock from the 3,000+ stocks on the NASDAQ.

List of stocks is based on this list published here.

Website was built using bootstrap and vanilla JavaScript.

Updating stock list

Running './grabStocks.sh' will grab a list of all the current stocks.

Todo

  • Add continuous testing to check that every PR has the latest stocks.
  • Make offline friendly (through Progressive web app)

Forks