Skip to content

Sfippa/api-client-v1-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blockchain API Library (Node, v1)

An official Node module for interacting with the Blockchain.info API.

Getting started

Installation via NPM:

$ npm install blockchain.info
var blockchain = require('blockchain.info');

Callback functions

Callback functions are passed two parameters:

  • An error parameter (string or null) in the event that an error occurs
  • A data parameter (json object, unless stated otherwise) carrying the response

Example:

var callback = function(error, data) { // Do something };

Documentation

This module consists of these sub-modules:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published