@xhissy/google-stock-scraper
Version:
A node package that allows you to scrape ticker info from Google Finance
36 lines (35 loc) • 870 B
JSON
{
"name": "@xhissy/google-stock-scraper",
"version": "1.0.6",
"description": "A node package that allows you to scrape ticker info from Google Finance",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xhissy/google-stock-scraper.git"
},
"keywords": [
"stocks",
"stockmarket",
"google",
"scraper",
"ticket",
"stonks",
"shares"
],
"author": "officialcourt (https://github.com/icourt/stock-market-scraper)",
"license": "ISC",
"bugs": {
"url": "https://github.com/xhissy/google-stock-scraper/issues"
},
"homepage": "https://github.com/xhissy/google-stock-scraper#readme",
"dependencies": {
"axios": ">= 0.21.1",
"cheerio": ">= 1.0.0-rc.5"
}
}