UNPKG

live-stock-price

Version:

Live Stock Price is an NPM package that provides live stock data prices for a given symbol. It fetches the stock price from Yahoo Finance using web scraping techniques.

3 lines (2 loc) 82 B
const scraperWeb = require('./stock-price-scraper'); module.exports = scraperWeb;