get-stock

1.0.3 • Public • Published

get-stock

Nodejs module for getting stock from finance.yahoo.com api

NPM version Build Status Dependency Status Coverage percentage

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 stocks
  • results: 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

Readme

Keywords

none

Package Sidebar

Install

npm i get-stock

Weekly Downloads

1

Version

1.0.3

License

MIT

Last publish

Collaborators

  • nghiattran