Skip to content
/ timer Public
forked from helloflask/timer

A simple countdown timer made with Flask and JavaScript.

License

Notifications You must be signed in to change notification settings

lijin132/timer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

timer

A simple countdown timer made with Flask and JavaScript.

DEMO

http://timertimer.herokuapp.com/

demo

Versions

Flask==0.11.1
Jinja2==2.8
Werkzeug==0.11.11

Installation

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

pip install -r requirements.txt

Run:

set FLASK_APP=app.py    
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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 37.3%
  • HTML 35.1%
  • Python 17.7%
  • JavaScript 9.9%