boxhock_google-finance-data
Advanced tools
Comparing version 0.0.7 to 0.1.0
{ | ||
"name": "boxhock_google-finance-data", | ||
"version": "0.0.7", | ||
"version": "0.1.0", | ||
"description": "Google Finance API for real-time stock quotes and company data from Google Finance", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -1,2 +0,2 @@ | ||
# google-finance-data | ||
# boxhock_google-finance-data | ||
Google Finance API for real-time stock quotes and company data from Google Finance | ||
@@ -6,3 +6,3 @@ | ||
``` | ||
$ npm install google-finance-data --save | ||
$ npm install boxhock_google-finance-data --save | ||
``` | ||
@@ -12,3 +12,3 @@ | ||
```javascript | ||
var google = require("google-finance-data"); | ||
const google = require("boxhock_google-finance-data"); | ||
@@ -15,0 +15,0 @@ google.getSymbol("NASDAQ:MSFT") |
7141