1.1.2 • Published 5 years ago

uselessapi.js v1.1.2

Weekly downloads
11
License
ISC
Repository
github
Last release
5 years ago

uselessapi.js

Simple Node.js wrapper for Useless API.

Installation:

npm install uselessapi.js

Simple Usage:

const UselessAPI = require("uselessapi.js");
const apiClient = new UselessAPI();

// initiate the client first before using
await apiClient.initiate();

// start doing stuff
const response = await apiClient.encode({text: "Hello, World!"});
console.log(response);
1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago