Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/rs-py/stockscraper
- Owner: Rs-py
- Created: 2022-10-20T18:50:44.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-26T01:55:10.000Z (about 2 years ago)
- Last Synced: 2024-11-09T01:55:21.485Z (about 2 months ago)
- Topics: ejs, ejs-express, full-stack, fullstack-javascript, hacktoberfest, hacktoberfest-accepted, hacktoberfest2022, html, html-css-javascript, node, node-js, nodejs, selenium-javascript
- Language: JavaScript
- Homepage:
- Size: 64.5 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!