Skip to content

Search a stock symbol to receive a graph and financial metrics

License

Notifications You must be signed in to change notification settings

gregdardis/stock-market-search

Repository files navigation

Stock Market Search

Coverage Status

Description

Stock Market Search is a web app that allows you to search for stocks and view related financial information and metrics.

The front end tech stack includes React, Redux, Webpack, and Babel. The server is written using Node.js/Express. Stock data is retrieved from Yahoo Finance using node-yahoo-finance.

How to run

  1. Clone this repository. Navigate to the project root.
  2. Install dependencies: npm i
  3. In one terminal window, start server: npm run start
  4. In another terminal window, start client: npm run dev
  5. In a browser, open the url that was printed to the console in step 4 when the client started. This is likely http://localhost:8080.

Run BVTs

  1. In one terminal window, start server: npm run start
  2. In another terminal window, start client: npm run dev
  3. In third terminal window, run BVTs: npm run bvt

About

Search a stock symbol to receive a graph and financial metrics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages