0.0.7 • Published 9 years ago

stock-fetcher v0.0.7

Weekly downloads
1
License
MIT
Repository
-
Last release
9 years ago

Stock Fetcher

Fetch Stock Data

Install

$ npm install --save stock-fetcher 

Usage

var stockFetcher = require("stock-fetcher");

stockFetcher.getPrice("AAPL", function(err, price){
  console.log(price)
});

API

.getPrice(stockSymbol, callback(err, price))

var stockFetcher = require("stock-fetcher");

stockFetcher.getPrice("AAPL", function(err, price){
  console.log(price)
});
0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago