@biothings-explorer/call-apis
Version:
A nodejs module to make api calls for biothings explorer
54 lines (35 loc) ⢠1.55 kB
Markdown
# Welcome to @biothings-explorer/call-apis š

[](https://coveralls.io/github/biothings/call-apis.js)
<a href="https://github.com/biothings/call-apis.js#readme" target="_blank">
<img alt="Documentation" src="https://img.shields.io/badge/documentation-yes-brightgreen.svg" />
</a>
<a href="https://www.npmjs.com/package/@biothings-explorer/call-apis" target="_blank">
<img alt="Version" src="https://img.shields.io/npm/v/@biothings-explorer/call-apis.svg">
</a>
A nodejs module to make API calls in batch mode for BioThings Explorer
### š [Homepage](https://github.com/biothings/call-apis.js)
## Install
```sh
npm i @biothings-explorer/call-apis
```
## Usage
- Import and Initialize
```javascript
const call_apiis = require("@biothings-explorer/call-apis")
```
## Run tests
```sh
npm run test
```
## Author
š¤ **BioThings team**
* Website: https://biothings.io
* Github: [@biothings](https://github.com/biothings)
## š¤ Contributing
Contributions, issues and feature requests are welcome!<br />Feel free to check [issues page](https://github.com/biothings/call-apis.js/issues).
## Show your support
Give a āļø if this project helped you!
## š License
Copyright Ā© 2021 [BioThings Team](https://github.com/biothings).<br />
This project is [ISC](https://github.com/biothings/call-apis.js/blob/main/LICENSE) licensed.