yahoo-stock-api
Advanced tools
Comparing version 1.0.6 to 1.0.7
const axios = require('axios'); | ||
const cheerio = require('cheerio'); | ||
const cheerio = require('cheerio').default; | ||
const { dateToUnix, handleError, handleResponse } = require('./util'); | ||
@@ -4,0 +4,0 @@ const frequencyList = ['1d', '1wk', '1mo']; |
{ | ||
"name": "yahoo-stock-api", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "Simple API to get stock price from finance.yahoo.com", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -128,2 +128,3 @@ # yahoo-stock-api | ||
- Open Terminal (Command Line) in the folder. | ||
- npm i | ||
- npm test | ||
@@ -130,0 +131,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14770
156