Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "gfinance", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "A way to access the now deprecated Google Finance API", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/zenware/gfinance", |
@@ -15,3 +15,5 @@ # gfinance [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] [![Coverage percentage][coveralls-image]][coveralls-url] | ||
gfinance('Rainbow'); | ||
gfinance.get(['GOOG'], function (err, res) { | ||
console.log(res); | ||
} | ||
``` | ||
@@ -18,0 +20,0 @@ ## License |
5688
32