UNPKG

yahoo-stock-client

Version:

Module to fetch stock information via yahoo's stock api. Returns data in csv format.

26 lines (25 loc) 539 B
{ "name": "yahoo-stock-client", "version": "0.0.1", "description": "Module to fetch stock information via yahoo's stock api. Returns data in csv format.", "main": "index.js", "scripts": { "test": "gulp test" }, "keywords": [ "Yahoo", "Stock" ], "author": "stierm", "email" : "test@test.gmail.com", "license": "ISC", "devDependencies": { "gulp": "^3.8.1", "gulp-coffee": "^2.0.1", "gulp-coffeelint": "^0.3.3" }, "dependencies": { "bluebird": "^2.1.3", "request": "^2.36.0" } }