Skip to content

zspri/ocfrd-ocso-active-calls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OCSO Active Calls Map

A simple full-stack web application that periodically fetches a list of Dispatched Calls for Service from the Orange County, FL Sheriff's Office. Results are then displayed on a map.

Development

python3 -m pip install -r requirements.txt -U
python3 -m pip install aiohttp-devtools
GOOGLE_MAPS_API_KEY="..." python -m aiohttp.web -P 3000 main:init

Production

python3 -m pip install -r requirements.txt -U
python3 -m pip install uvloop
GOOGLE_MAPS_API_KEY="..." gunicorn main:init_async -b 0.0.0.0:3000 --worker-class aiohttp.GunicornUVLoopWebWorker

With Docker

docker build -t zspri/ocso-active-calls-map .
docker run -p 3000 zspri/ocso-active-calls-map

About

Website that shows dispatched calls for service in Orange County, FL

Resources

Stars

Watchers

Forks