Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "taapi", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "A wrapper and a client for the TAAPI.IO API", | ||
@@ -11,5 +11,5 @@ "main": "index.js", | ||
"TA", | ||
"Technical", | ||
"Analysis", | ||
"Indicators" | ||
"Technical Analysis", | ||
"Indicators", | ||
"API" | ||
], | ||
@@ -16,0 +16,0 @@ "author": "TAAPI.IO <support@taapi.io> (https://taapi.io)", |
@@ -5,3 +5,3 @@ # TAAPI.IO | ||
TAAPI.IO is an API that calculates Technical Analysis Indicator values. | ||
[TAAPI.IO](https://taapi.io) is an API that calculates Technical Analysis Indicator values. | ||
@@ -16,3 +16,3 @@ This NPM package is a wrapper and a client for communicating with the TAAPI.IO API | ||
* Sign up for an API key at [TAAPI.IO](https://taapi.io) | ||
* Sign up for a free/paid API key at [TAAPI.IO](https://taapi.io) | ||
* Create a new node project: npm init | ||
@@ -23,5 +23,8 @@ * Install this package: npm i taapi | ||
* Create your entry js file containing: | ||
Get started quickly with NodeJS and calculate indicator values with 3 lines of code. | ||
* Create your entry js file (index.js for instance) containing: | ||
```javascript | ||
// Require taapi | ||
const taapi = require("taapi"); | ||
@@ -56,3 +59,6 @@ | ||
You can use this package as a server, which will take care of fetching candle data from the exchanges and passing it on TAAPI.IO for calculation. Then use your favorite programming language to build your robot. | ||
```javascript | ||
// Require taapi | ||
const taapi = require("taapi"); | ||
@@ -71,3 +77,5 @@ | ||
Fetching data from a PHP script: | ||
```php | ||
// Define query | ||
$query = http_build_query(array( | ||
@@ -105,2 +113,3 @@ 'indicator' => 'rsi', | ||
```javascript | ||
// Require taapi | ||
const taapi = require("taapi"); | ||
@@ -107,0 +116,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
13237
134
0