vision-node-client

1.0.2 • Public • Published

Visionscan Client

Node Client for the Visionscan.org API

How to Use

How to use

Requirements

  • Node v9.8.0

Running tests

> npm test

Usage

Install the package

> npm install vision-node-client

Use the HTTP Client

import {Client} from "vision-node-client";

const client = new Client();

let recentBlocks = await client.getBlocks({
  sort: '-number',
  limit: 10,
});

Readme

Keywords

Package Sidebar

Install

npm i vision-node-client

Weekly Downloads

1

Version

1.0.2

License

GPL-3.0

Unpacked Size

1.49 MB

Total Files

56

Last publish

Collaborators

  • clarencemock