helloflask / timer

A simple countdown timer made with Flask and JavaScript.

Home Page:http://timertimer.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

timer

A simple countdown timer made with Flask and JavaScript.

DEMO

http://timertimer.herokuapp.com/

demo

Versions

Flask==1.0.2 Jinja2==2.10 Werkzeug==0.14.1

Installation

Change to app directory, use virtualenv create and activate virtual enviroment.
Then use pip to install requirements:

$ pip install -r requirements.txt

Run:

$ flask run

Go to http://127.0.0.1:5000/

More details

关于这个项目的详细介绍:Flask实践:计时器
更多关于Flask的原创优质内容,欢迎关注Hello, Flask!——知乎专栏

About

A simple countdown timer made with Flask and JavaScript.

http://timertimer.herokuapp.com/

License:MIT License


Languages

Language:CSS 38.9%Language:HTML 33.8%Language:Python 16.6%Language:JavaScript 10.7%