0.0.4 • Published 2 years ago

rand0mthings v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

RandomThings

Install

$ npm i -g rand0mthings

Getting Started

This is a "useless" package so their is none.

Functions

const rt = require('randomthings')

console.log(rt.randomNumber(maximum)) //Maximum is optional and default to 100
//Log #1: 84
//Log #2: 77
//Log #3: 75

console.log(rt.randomCode()) //Makes a random code
//Log: #1: 'k0skpp1ekh'
//Log: #2: '1is7qdj3a6k'
//Log: #3: 'ricq2zyfc7'

console.log(rt.msCovert(960000)) // Coverts milliseconds into HH:MM:SS format
//Log #1: '00:16:00'

console.log(rt.penis()) // Return a random length
//Logs #1: '8================================D'
//Logs #2: '8===========D'

console.log(rt.reverse("SomeRandomText")) //Reverse the words you give it | To unreverse just put the reversed text in the same function

//Logs #1: 'txeTmodnaRemoS'

First time making an npm package Pypi Profile

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2-fix

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago