An open API service indexing awesome lists of open source software.

https://github.com/getstalkr/stalkr-api-js-client

Stalkr API's official JS wrapper.
https://github.com/getstalkr/stalkr-api-js-client

javascript library stalkr-api wrapper

Last synced: about 17 hours ago
JSON representation

Stalkr API's official JS wrapper.

Awesome Lists containing this project

README

          


Stalkr Logo








A JavaScript high level wrapper around Stalkr's API.




Build Status


codebeat badge








MIT License



---

## Table of Contents

- [Installation](#installation)
- [Usage](#usage)
- [Contributing](#contributing)

## Installation

```sh
# Install via yarn
yarn add stalkr-api-js-client

# or npm
npm install stalkr-api-js-client
```

## Usage

```js
// Use our default export:
import StalkrClient from 'stalkr-api-js-client';

// Or just the parts you need:
import {Users} from 'stalkr-api-js-client';
```

## Contributing

We are open to contributions, see [CONTRIBUTING.md](CONTRIBUTING.md) for more info.

---

**Maintainers**:

> [ythecombinator.me](https://ythecombinator.me)  · 
> GitHub [@ythecombinator](https://github.com/ythecombinator)  · 
> Twitter [@ythecombinator](https://twitter.com/ythecombinator)

> [cardo.so](http://cardo.so)  · 
> GitHub [@cardoso](https://github.com/cardoso)