bmv-stocks
Version:
A library to get all stocks at BMV in real time with webscrapping
18 lines (17 loc) • 387 B
JSON
{
"name": "bmv-stocks",
"version": "1.1.0",
"description": "A library to get all stocks at BMV in real time with webscrapping",
"main": "app.js",
"keywords": [
"webscrapping",
"bmv",
"bolsa mexicana de valores",
"stocks"
],
"author": "Leonardo Velarde <lg.velarde.andrade@gmail.com>",
"license": "MIT",
"dependencies": {
"puppeteer": "^5.2.0"
}
}