Skip to content

arusahni/timecube.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

timecube.js

A JavaScript library that turns an ordinary website into a 4 corner simultaneous 4 day page.

Demo

Click here to view a demo.

Installation

Reference the timecube.js file on your website.

<script src="timecube.js"></script>

Then, invoke it

Timecube.timecubify();

Configuration

By default, timecube.js attempts to skin the <body> element of a web page, and applies formatting to all <p> blocks. If you wish to change the default behavior, invoke the script with two parameters...

Timecube.timecubify(rootTag, blockTag); //by default, body and p

Disclaimer

This script is in no way affiliated with Timecube.com or its creator.

About

A JavaScript library that turns an ordinary website into a 4 corner simultaneous 4 day page.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published