timecube

2.0.2 • Public • Published

timecube.js

When you need to fill up space with something more interesting than Lorem Ipsum

Install

npm install timecube

Usage

const timecube = require('timecube')

function PraiseFourCornerTime () {
    let sentenceCount = 5 
    let startIndex = 10 
    let timecubeBlock = timecube.generate(sentenceCount, startIndex)
    
    console.log(timecubeBlock)
}

Parameters

start: number (optional)

default - 1

stop: number (optional)

default - timecube.maxLines

License

MIT © FullstackSoftwareInnovations

Readme

Keywords

Package Sidebar

Install

npm i timecube

Weekly Downloads

1

Version

2.0.2

License

MIT

Unpacked Size

66.4 kB

Total Files

11

Last publish

Collaborators

  • fullstackinnovations