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.

27 lines (26 loc) 643 B
{ "name": "live-stock-price", "version": "1.0.4", "description": "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.", "main": "index.js", "keywords": [ "stock", "finance", "stock price", "live data", "market" ], "scripts": { "test": "node test.js" }, "author": "Tejkumar Patel", "license": "MIT", "dependencies": { "axios": "^1.4.0", "cheerio": "^1.0.0-rc.12" }, "repository": { "type": "git", "url": "https://github.com/tpatel29/live-stock-price.git" } }