get-stock
v1.0.3
Published
Nodejs module for getting stock from finance.yahoo.com api
Downloads
11
Readme
get-stock
Nodejs module for getting stock from finance.yahoo.com api
Installation
npm install --save get-stock
Requirements
Nodejs >= 0.12
Usage
var getStock = require('get-stock')
var stocks = ['YHOO', 'TFSC']
getStock(stocks).then(function (res) {
// do something
})
Return object:
count
: number of stocksresults
: results of stocks
Getting To Know Yeoman
Yeoman has a heart of gold. He's a person with feelings and opinions, but he's very easy to work with. If you think he's too opinionated, he can be easily convinced. Feel free to learn more about him.
Created with
Yeoman and Generator-simple-package
License
MIT © NghiaTTran