0.9.0 • Published 3 years ago

gifbox.js v0.9.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

gifbox.js

Node and Web API wrapper for the GIFBox API.

Installation

npm i gifbox.js
# or
yarn add gifbox.js

Usage

Getting started is as simple as installing the package and authorizing using a token, existing account or creating a new account.

For example, to log in with an existing session token:

import { Client } from "gifbox.js"

const client = new Client()

await client.loginBearer("QsHk90j8qhtNWJFEeAiwgRTHARtqfrPrxcCNoZB15HHxN1ipqL-QIANACSKncrJI")

Documentation

A generated API reference for this package is available at https://js.gifbox.me.

License

gifbox.js uses the MIT license. See the LICENSE file for more information.

0.3.0

3 years ago

0.2.0

3 years ago

0.9.0

3 years ago

0.8.1

3 years ago

0.8.0

3 years ago

0.5.0

3 years ago

0.4.0

3 years ago

0.7.0

3 years ago

0.6.0

3 years ago

0.1.0

4 years ago