An open API service indexing awesome lists of open source software.

https://github.com/arusahni/timecube.js

A JavaScript library that turns an ordinary website into a 4 corner simultaneous 4 day page.
https://github.com/arusahni/timecube.js

hacktoberfest javascript-library timecube

Last synced: 5 months ago
JSON representation

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

Awesome Lists containing this project

README

          

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](http://arusahni.github.io/timecube.js).

Installation
------------

Reference the timecube.js file on your website.
```html

```
Then, invoke it

```javascript
Timecube.timecubify();
```
Configuration
-------------

By default, timecube.js attempts to skin the `` element of a web page, and
applies formatting to all `

` blocks. If you wish to change the default
behavior, invoke the script with two parameters...
```javascript
Timecube.timecubify(rootTag, blockTag); //by default, body and p
```
Disclaimer
----------

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