0.0.7 • Published 10 years ago

stock-fetcher v0.0.7

Weekly downloads
1
License
MIT
Repository
-
Last release
10 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

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago