# bybit-api
[![License][]](https://opensource.org/licenses/ISC)
[![NPM Package][]](https://npmjs.org/package/@strong-roots-capital/bybit-api)
[![Build status][]](https://travis-ci.org/strong-roots-capital/bybit-api)
[![Code Coverage][]](https://codecov.io/gh/strong-roots-capital/bybit-api)

[License]: https://img.shields.io/badge/License-ISC-blue.svg
[NPM Package]: https://img.shields.io/npm/v/@strong-roots-capital/bybit-api.svg
[Build status]: https://travis-ci.org/strong-roots-capital/bybit-api.svg?branch=master
[Code Coverage]: https://codecov.io/gh/strong-roots-capital/bybit-api/branch/master/graph/badge.svg

> TypeScript API for Bybit cryptocurrency exchange

## Install

``` shell
npm install @strong-roots-capital/bybit-api
```

## Use

``` typescript
import { bybitApi } from '@strong-roots-capital/bybit-api'
// TODO: describe usage
```

## Related

TODO

## Acknowledgments

TODO
