alpha_vantage_api_wrapper
Advanced tools
Comparing version 0.0.7 to 0.0.8
{ | ||
"name": "alpha_vantage_api_wrapper", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "Alpha Vintage API Wrapper for Node.Js", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
# Alpha Vantage API - Node.js Wrapper | ||
This is a simple wrapper package for the Alpha Vantage API | ||
This is a simple wrapper package for the Alpha Vantage API<br> | ||
For now it only works for Stocks. | ||
* Stocks | ||
* [Intraday](#Intraday) | ||
* [Daily](#Daily) | ||
* [Daily Adjusted](#Daily-Adjusted) | ||
* [Weekly](#Weekly) | ||
* [Weekly Adjusted](#Weekly-Adjusted) | ||
* [Monthly](#Monthly) | ||
* [Monthly Adjusted](#Monthly-Adjusted) | ||
* [Quote](#Quote) | ||
* [Search](#Search) | ||
* [Intraday](#intraday) | ||
* [Daily](#daily) | ||
* [Daily Adjusted](#daily-adjusted) | ||
* [Weekly](#weekly) | ||
* [Weekly Adjusted](#weekly-adjusted) | ||
* [Monthly](#monthly) | ||
* [Monthly Adjusted](#monthly-Adjusted) | ||
* [Quote](#quote) | ||
* [Search](#search) | ||
@@ -37,4 +37,4 @@ ## Usage | ||
Available options | ||
```json | ||
Available options = **object** | ||
```javascript | ||
{ | ||
@@ -55,4 +55,4 @@ "datatype": "json" || "csv", | ||
Available options | ||
```json | ||
Available options = **object** | ||
```javascript | ||
{ | ||
@@ -72,4 +72,4 @@ "datatype": "json" || "csv", | ||
Available options | ||
```json | ||
Available options = **object** | ||
```javascript | ||
{ | ||
@@ -89,4 +89,4 @@ "datatype": "json" || "csv", | ||
Available options | ||
```json | ||
Available options = **object** | ||
```javascript | ||
{ | ||
@@ -105,4 +105,4 @@ "datatype": "json" || "csv", | ||
Available options | ||
```json | ||
Available options = **object** | ||
```javascript | ||
{ | ||
@@ -121,4 +121,4 @@ "datatype": "json" || "csv", | ||
Available options | ||
```json | ||
Available options = **object** | ||
```javascript | ||
{ | ||
@@ -137,4 +137,4 @@ "datatype": "json" || "csv", | ||
Available options | ||
```json | ||
Available options = **object** | ||
```javascript | ||
{ | ||
@@ -152,4 +152,4 @@ "datatype": "json" || "csv", | ||
Available options | ||
```json | ||
Available options = **object** | ||
```javascript | ||
{ | ||
@@ -167,4 +167,4 @@ "datatype": "json" || "csv", | ||
Available options | ||
```json | ||
Available options = **object** | ||
```javascript | ||
{ | ||
@@ -171,0 +171,0 @@ "datatype": "json" || "csv", |
60163