node-quandl
node-quandl copied to clipboard
A nodejs module for interacting with the Quandl API.
Bumps [lodash](https://github.com/lodash/lodash) from 2.4.1 to 4.17.21. Release notes Sourced from lodash's releases. 4.0.0 lodash v4.0.0 2015 was big year! Lodash became the most depended on npm package, passed 1 billion...
The old dependencies had 20 vulnerabilities (3 low, 10 moderate, 6 high, 1 critical) according to `npm audit`.
Following error when used in a project created with Vue-CLI: ``` quandl sync?9281:2 Uncaught Error: Cannot find module '//quandl' at webpackEmptyContext (eval at ./node_modules/quandl sync recursive (app.js:1765), :2:10) at Object.eval...
This is the basic code for searching a dataset `quandl.search("crude oil", { format: "xml" }, function(err, response){ console.log(err); console.log(response); })` It will result in dataset corresponding to crude oil in...
Can this library be used with ES6?
Currently the data is returned as a string, generally people want this to be an object when the response format is JSON (which it is by default). If users do...
Currently there is no way to get at the response (`http.IncomingMessage`) object which holds information like the HTTP status, headers, etc. This PR exposes it by allowing a third param...
fixes for v3 of api for datasets using CBOE/VXEEM as an example where we expect the api to call https://www.quandl.com/api/v3/datasets/CBOE/VXEEM.json?auth_token=########
see: https://www.quandl.com/data/CBOE/VXEEM-Emerging-Markets-ETF-Volatility-Index I have the following failing test in my branch which i will push and have a pull request with the fix ``` 1) quandl contains last_uri_call has correct...
set version to v3