Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ravidsrk/blockscout-api
- Owner: ravidsrk
- License: mit
- Created: 2018-11-23T14:40:27.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-23T14:41:29.000Z (almost 6 years ago)
- Last Synced: 2024-08-09T04:57:19.488Z (3 months ago)
- Language: JavaScript
- Size: 114 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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)