Socket
Book a DemoInstallSign in
Socket

discordians.js

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

discordians.js

Asynchronous wrapper to consume discordians API.

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

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.

Keywords

API

FAQs

Package last updated on 11 Apr 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts