GitXplorerGitXplorer
l

hurry-app

public
20 stars
3 forks
4 issues

Commits

List of commits on branch master.
Unverified
24b6acefc64d2a324bafcc82c732dc940ca1144f

Overflow

llipis committed 8 years ago
Unverified
2ce1ffd91f73292302cd96cb122da49597ae712c

Fixed icons and more

llipis committed 11 years ago
Unverified
d925193b8c42c672775a3902947f977ac9a47bf5

Merged with latest gae-init

llipis committed 11 years ago
Unverified
511e01fa6e57eca775179b117aec3cc603f21891

Happy New Year

llipis committed 11 years ago
Unverified
4726f10b1d90934feb2d41b94f77c3562660dac4

Removed forgotten experiments

llipis committed 11 years ago
Unverified
26f4fbed6b0113932d0982fe2bba3b63a503d8c1

Using variabless.less of NProgress

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