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.
- Host: GitHub
- URL: https://github.com/getstalkr/stalkr-api-js-client
- Owner: getstalkr
- License: mit
- Created: 2017-08-26T13:43:29.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-31T11:33:06.000Z (almost 9 years ago)
- Last Synced: 2025-09-28T02:24:41.102Z (9 months ago)
- Topics: javascript, library, stalkr-api, wrapper
- Language: JavaScript
- Homepage:
- Size: 92.8 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
A JavaScript high level wrapper around Stalkr's API.
---
## 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)