gfinance

0.0.5 • Public • Published

gfinance NPM version Build Status Dependency Status Coverage percentage

A way to access the now deprecated Google Finance API

Installation

$ npm install --save gfinance

Usage

var gfinance = require('gfinance');
 
gfinance.get(['GOOG'], function (err, res) {
  if (err) {
    console.error(err);
  } else {
    console.log(res);
  }
}

License

MIT © Jay Looney <jay.m.looney@gmail.com>

Package Sidebar

Install

npm i gfinance

Weekly Downloads

1

Version

0.0.5

License

MIT

Last publish

Collaborators

  • zenware