# Welcome to @biothings-explorer/call-apis 👋

![Test Coveralls](https://github.com/biothings/call-apis.js/workflows/Test%20Coveralls/badge.svg)
[![Coverage Status](https://coveralls.io/repos/github/biothings/call-apis.js/badge.svg)](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.