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.
- Host: GitHub
- URL: https://github.com/arusahni/timecube.js
- Owner: arusahni
- License: mpl-2.0
- Created: 2013-12-17T01:04:59.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2023-09-30T18:02:32.000Z (over 2 years ago)
- Last Synced: 2025-01-30T12:47:35.437Z (over 1 year ago)
- Topics: hacktoberfest, javascript-library, timecube
- Language: HTML
- Homepage: http://arusahni.github.io/timecube.js
- Size: 24.4 KB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.