zackurben / get-stock

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:JavaScript 100.0%