mallusrgreat

1.0.3 • Public • Published

mallusrgreat

this project is an async/await based wrapper for a simple json api https://api.freedomgamingyt.repl.co. You may aswell check it out.

Examples

flip - Flips a text like sᴉɥʇ

const mallusrgreat = require("mallusrgreat");
// or
import * as mallusrgreat from 'mallusrgreat'

// async function
(async () => {
  console.log(await mallusrgreat.flip("Hello")); // "ollǝH"
})();

normalize - makes a text normal like hello => hello

const mallusrgreat = require("mallusrgreat");
// or
import * as mallusrgreat from 'mallusrgreat'

(async () => {
  console.log(await mallusrgreat.normalize("hello")); // "hello"
})();

randomPokemon - Gives you a random pokemon name

const mallusrgreat = require("mallusrgreat");
// or
import * as mallusrgreat from 'mallusrgreat'

(async() => {
	console.log(await mallusrgreat.randomPokemon()) // "a random pokemon name here"
})();

reverse - Reverses your text like siht

const mallusrgreat = require("mallusrgreat");
// or
import * as mallusrgreat from 'mallusrgreat'

(async() => {
	console.log(await mallusrgreat.reverse('hello')) // "olleh"
})();

Hope this helped!

Discord

Readme

Keywords

none

Package Sidebar

Install

npm i mallusrgreat

Weekly Downloads

2

Version

1.0.3

License

ISC

Unpacked Size

4.97 kB

Total Files

12

Last publish

Collaborators

  • atlas_mallusrgreat
  • mallusrgreat