alanjames1987 / countdown

A very simple countdown clock.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Countdown

A very simple countdown clock.

The icon being used is by Andy Fuchs and was downloaded from the Noun Project.

Build for NW.js

Countdown works in NW.js and can be run on any operating system.

You must have Node and Gulp installed to build for NW.js.

Once Node is installed install Gulp with the following command.

npm install gulp -g

To build for NW.js cd into the repo's root.

Install all needed dependencies with NPM.

npm install

After this run gulp build.

This will create a build directory with Countdown built for OS X 64, Windows 32, Window 64, Linux 32, Linux 64.

About

A very simple countdown clock.

License:MIT License


Languages

Language:JavaScript 60.7%Language:HTML 28.2%Language:CSS 11.1%