Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 736 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 736 Bytes

discordians.js

Whats this ??

This is the official node.js wrapper for discordians-api

Installation

Node.js 8.0.0 or newer is required

Installing: npm install discordians.js

Example usage

const Discordians = require('discordians.js');
const fun2sh = new Discordians.Client();

fun2sh.fancy2Text('This is a test.')
	.then(res => {
		console.log(res); // тнιѕ ιѕ α тєѕт.
	})
	.catch(err => {
		console.log(err);
	});

Help

If you don't understand something in the documentation, you are experiencing problems, or you just need a gentle nudge in the right direction, please don't hesitate to join our official API Server.