Skip to content

Memer API is a powerful module that allows you to manipulate images very easily

Notifications You must be signed in to change notification settings

aniket091/memer-api

This branch is 33 commits behind Yash094/Memer-API:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

cdae21a · Sep 2, 2021
Apr 7, 2021
Aug 30, 2021
Sep 2, 2021
Jul 30, 2021
May 4, 2021
Aug 30, 2021

Repository files navigation

Memer API


npm Discord Server Buy Me A Coffee

Memer API is a powerful module that allows you to manipulate images very easily :)

Installation

npm install memer-api
const Meme = require("memer-api");
const memer = new Meme('Your Cool API Token');  // From Memer API Server :)
memer.<Method>(<Options>); //returns -> Promise -> <Buffer>

LINKS

Features

  • Super simple and easy to use.
  • More than 50+ methods. Yay 🎉
  • Easy to Implement.
  • Great support and flexible.

Examples

const Meme = require("memer-api")
const Discord = require("discord.js")
cosnt memer = new Meme('Your Cool API Token'); // From Memer API Server :)

const avatar = "https://imgur.com/I5DmdNR.png"; // Only static images are supported :)
const text = "Memer API is awesome!"

memer.youtube(avatar, 'Memer Api', text).then(image => {
    // This gives you a 'Buffer', for Discord to create an attachment
    
    var attachment = new Discord.MessageAttachment(image, "youtube.png");
    <channel>.send(attachment)
})

Hosting | Bittmax.de

BITTMAX Quality is their solution. Bittmax is our first and probably most important sponsor!

What they are offering:

Quality LXC & KVM (Root) Server Minecraft Hosting, as well as BungeeCord Network Hosting support Cheap and fast Domains WEBHOSTING DISCORD, TEAMSPEAK, Setups / Music Bots GAME > SERVER, Rust, Gary's Mod and so much more!

Discord : Server!

Website: Link!

Credits

Image Gen: Link!

Wrapper: Based from Snowflake's Api Wrapper

Made by: @Yash094

Preview

preview

About

Memer API is a powerful module that allows you to manipulate images very easily

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%