Coder Social home page Coder Social logo

discordians.js's Introduction

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.

discordians.js's People

Contributors

bsantosh909 avatar stijnvdkolk avatar

Stargazers

 avatar

Watchers

 avatar

discordians.js's Issues

Is the API down ?

I tried to connect to the api
I got following
B3B4F433-7EB5-4A44-BB8B-B1AAE4BFDE2B

Is the API down on heroku?

Dilbert resource returns URL which does not open

I tried to fetch random dilbert comic from the resource, it returned an URL which is first of all missing http/https and if tried manually, the URL does not return anything.
Can you please check once ?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.