UNPKG

@biothings-explorer/call-apis

Version:

A nodejs module to make api calls for biothings explorer

54 lines (35 loc) • 1.55 kB
# 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.