Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lipis/hurry-app
:watch: A cool countdown application
https://github.com/lipis/hurry-app
Last synced: 3 months ago
JSON representation
:watch: A cool countdown application
- Host: GitHub
- URL: https://github.com/lipis/hurry-app
- Owner: lipis
- License: mit
- Created: 2013-09-08T13:29:30.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-12-05T12:10:03.000Z (about 7 years ago)
- Last Synced: 2024-05-09T19:24:54.803Z (8 months ago)
- Language: Python
- Homepage: http://hurry-app.appspot.com
- Size: 3.64 MB
- Stars: 20
- Watchers: 4
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGESET.md
- License: LICENSE
Awesome Lists containing this project
README
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](http://hurry-app.appspot.com)
Examples
--------- [/2014-01-01](http://hurry-app.appspot.com/2014-01-01)
- [/2013-01-01-18:30](http://hurry-app.appspot.com/2014-01-01-18:30)
- [/12:34](http://hurry-app.appspot.com/12:34)
- [/12:34/Final](http://hurry-app.appspot.com/12:34/Final)
- [/2013-01-01/Happy New Year!](http://hurry-app.appspot.com/2014-01-01/Happy%20New%20Year!)
- [/1955-10-28/Bill Gates](http://hurry-app.appspot.com/1955-10-28/Bill%20Gates)(All input times are in UTC)
Running
-------
**hurry-app** is based on [gae-init](https://github.com/gae-init/gae-init) so
to run it locally you'll need to have installed [Google App Engine for
Python](https://developers.google.com/appengine/docs/python/) and
[node.js](http://nodejs.org).- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
To run the app:$ cd /path/to/hurry-app
$ ./run.py -sTo 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