Skip to content

Latest commit

 

History

History
89 lines (62 loc) · 2.11 KB

README.md

File metadata and controls

89 lines (62 loc) · 2.11 KB

Stalkr Logo



A JavaScript high level wrapper around Stalkr's API.

Build Status codebeat badge MIT License



Table of Contents

Installation

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

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

Usage

// 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 for more info.


Maintainers:

ythecombinator.me  ·  GitHub @ythecombinator  ·  Twitter @ythecombinator

cardo.so  ·  GitHub @cardoso