Skip to content

nghiattran/get-stock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published