Simple Flask webclient for lsmsd.
mkvirtualenv frickelclient
pip install requests flask flask-script flask-wtf
Edit config.py
to point to the lsmsd endpoint (probably needs a /
at the end).
python manage.py runserver
python manage.py runserver -d