Basic Node.js Stock Scraper Setup βπ¨βπ« npm install To Run πββοΈπββοΈ Naviguate to the repo and open command line. To run scraper: node scraper.js {quote_name} Examples: node scraper.js AAPL Will get stock price for AAPL (Apple - US market) node scraper.js BTC-USD Will get stock price for BTC-USD (Bitcoin/USD)