Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 669 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 669 Bytes

stock-movers

Stock market web app to display the S&P 500 winners and losers, most active and top volume stocks from the previous day. It uses the IEX API on the /quotes page and the Robinhood API on the homepage for a more diverse dataset.


Installation

  1. From the command line, install the npm dependencies via npm install (or yarn).
  2. Afterwards, run npm run dev (or yarn run dev) to start up the local server.
  3. The app should now be available at http://localhost:4444

Built with Next.js and hosted on now