Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rs-py/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.
https://github.com/rs-py/stockscraper

ejs ejs-express full-stack fullstack-javascript hacktoberfest hacktoberfest-accepted hacktoberfest2022 html html-css-javascript node node-js nodejs selenium-javascript

Last synced: 1 day ago
JSON representation

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.

Awesome Lists containing this project

README

        

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!