GitXplorerGitXplorer
l

hurry-app

public
20 stars
3 forks
4 issues

Commits

List of commits on branch master.
Unverified
38b6555f64c7331b5079c55156f40389041e4837

Moved NProgress related files to it's own directory

llipis committed 11 years ago
Unverified
c5a4c68a8451582fb41eeab2ba6b3bbe641869d7

Changed order for name/username for admins

llipis committed 11 years ago
Unverified
ba57303946b508f1ef7678b207651b0cb93d0fab

Bump version to 0.10.0

llipis committed 11 years ago
Unverified
e352b580dc74a9cf1b938eb59fa0e7a69aca26b3

Updated CHANGESET.md

llipis committed 11 years ago
Unverified
964dfbccc02e6c30622abe8cb34af58d9f711423

Added an extra check for older installed versions of UglifyJS

llipis committed 11 years ago
Unverified
5426f0812f94480d8e9f7c300f05be6ebf061a95

Merge pull request #43 from mdxs/upd_uglifyjs2

llipis committed 11 years ago

README

The README file for this repository.

hurry-app

A web app which based on a url given date-time visualizes the remaining time till that moment in seconds, minutes, hours, days, weeks, months and years.

It's good for launch dates, milestones, birthdays, anniversaries, you name it..

http://hurry-app.appspot.com

Examples

(All input times are in UTC)

Running

hurry-app is based on gae-init so to run it locally you'll need to have installed Google App Engine for Python and node.js.


To run the app:

$ cd /path/to/hurry-app
$ ./run.py -s

To test it visit http://localhost:8080/ in your browser.


To watch for changes of your *.less & *.coffee files and compile them automatically to *.css & *.js run in another bash:

$ ./run.py -w

To deploy the app on Google App Engine:

$ ./run.py -m
$ appcfg.py update main