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,
});

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.2
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.2
    2
  • 1.0.1
    0

Package Sidebar

Install

npm i vision-node-client

Weekly Downloads

2

Version

1.0.2

License

GPL-3.0

Unpacked Size

1.49 MB

Total Files

56

Last publish

Collaborators

  • clarencemock