Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

taapi

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

taapi - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

8

package.json
{
"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 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc