/stockscraper

This project scrapes information for the top traded 250 stocks on US exchanges each day and displays them in a modern UI. Uses js, selenium, and node.

Primary LanguageJavaScript

Stock Scraper

This project scrapes information for the top traded 250 stocks on US exchanges each day and displays them in a modern UI using js, selenium, and node.

To run this project:

1. Download all files and then run the command in the project directory:
npm i

2. Then simply run the command:
node app.js

3. Navigate to
http://localhost:3000

4. Wait for selenium to scrape data and render the page and results!

Contributions!

Feel free to add any features to this project or create any new html/css styles!