https://github.com/chalarangelo/starclock-js
An astronomical-like clock built entirely using javascript, jquery and css.
https://github.com/chalarangelo/starclock-js
Last synced: about 1 month ago
JSON representation
An astronomical-like clock built entirely using javascript, jquery and css.
- Host: GitHub
- URL: https://github.com/chalarangelo/starclock-js
- Owner: Chalarangelo
- License: mit
- Created: 2016-06-09T21:29:28.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-25T16:57:14.000Z (almost 9 years ago)
- Last Synced: 2025-05-06T19:13:43.840Z (about 1 month ago)
- Language: JavaScript
- Homepage: http://chalarangelo.github.io/starclock-js
- Size: 18.6 KB
- Stars: 16
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Javascript/jQuery Astronomical Clock (starclock-js)
## A cool-looking clock built entirely using HTML, Javascript, jQuery and CSS.
**Check the live version [here](http://chalarangelo.github.io/starclock-js/index.html).**
---
## Setup & Usage
### Dependencies
The project is heavily based on jQuery. Except for that, you are good to go.
### Customization
Feel free to tinker with the CSS and Javascript files if you feel like the design and/or update times are not what you would like. If you want to add/remove planets, just change the according `div`s in the HTML file. To remove the footer to the project's repository on github, simply remove all the content between inside `
...`. You can also remove the top clock display and/or the adjust icon, be removing the contnet inside `...`. Remember to update the Javascript methods accordingly if you remove the whole `div`s.---
## License
The project is licensed under the MIT License, however it would be nice if you could credit me if you fork or use my code.