Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andydevs/velocibox-clock-ui
A fancy looking clock display.
https://github.com/andydevs/velocibox-clock-ui
javascript jquery ui webpack
Last synced: 8 days ago
JSON representation
A fancy looking clock display.
- Host: GitHub
- URL: https://github.com/andydevs/velocibox-clock-ui
- Owner: andydevs
- License: mit
- Created: 2017-11-29T06:10:50.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-11T21:50:47.000Z (over 6 years ago)
- Last Synced: 2024-11-08T21:33:40.526Z (2 months ago)
- Topics: javascript, jquery, ui, webpack
- Language: JavaScript
- Size: 236 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Velocibox Clock UI
[![Build Status](https://travis-ci.com/andydevs/velocibox-clock-ui.svg?branch=master)](https://travis-ci.com/andydevs/velocibox-clock-ui)
A fancy looking clock display. [View it here!](https://andydevs.github.io/velocibox-clock-ui)
Inspired by the cool-looking numbers in [this game](https://youtu.be/TbqZv9WGQR4)
![Screenshot](./screenshot.png)
## Usage
If you want to test Velocibox locally, make sure you have Node 6.11 and NPM 4.2 installed. Download the source code and extract it. Within the source code directory, run `npm install` to install dependencies. Then run `npm run devserver`. The ui will run on `http://localhost:8080`.