Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ravidsrk/blockscout-api

API to blockscout blockchain explorer with a simple interface
https://github.com/ravidsrk/blockscout-api

Last synced: 11 days ago
JSON representation

API to blockscout blockchain explorer with a simple interface

Awesome Lists containing this project

README

        

# blockscout-api

[![Generated with nod](https://img.shields.io/badge/generator-nod-2196F3.svg?style=flat-square)](https://github.com/diegohaz/nod)
[![NPM version](https://img.shields.io/npm/v/blockscout-api.svg?style=flat-square)](https://npmjs.org/package/blockscout-api)
[![Build Status](https://img.shields.io/travis/ravidsrk/blockscout-api/master.svg?style=flat-square)](https://travis-ci.org/ravidsrk/blockscout-api) [![Coverage Status](https://img.shields.io/codecov/c/github/ravidsrk/blockscout-api/master.svg?style=flat-square)](https://codecov.io/gh/ravidsrk/blockscout-api/branch/master)

API to blockscout explorer with a simple interface

## Install

$ npm install --save blockscout-api

## Usage

```js
import myModule from "blockscout-api";

myModule();
```

## API

#### Table of Contents

- [sayHello](#sayhello)

### sayHello

This function says hello.

**Parameters**

- `name` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** Some name to say hello for.

Returns **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** The hello.

## License

MIT © [Ravindra Kumar](https://github.com/ravidsrk)