Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 563 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 563 Bytes

Yahoo Finance Scraper

Gets stock data from Yahoo Finance (YF).

Configuration

After cloning the repository run npm install.

Run npm start to use the application

Key Commands

Command Description
npm run start Run the scraper.
npm run build Build the typescript code.
npm run lint Runs the linter on the code.
npm run format Fixes most lint errors using Prettier.