Skip to content

mikeygough/isthestockmarketopen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

isthestockmarketopen

an app that tells you if the stock market is open. modeled off https://isitchristmas.com

create a python3 virtual environment

python3 -m venv env

activate the virtual environment: source env/bin/activate

deactivate the virtual environment: deactivate

pip3 install flask

pip3 freeze > requirements.txt

start the flask server: run flask

run the flask server in debug mode: flask --app app.py --debug run

About

an app that tells you if the stock market is open. modeled off https://isitchristmas.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published