Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 676 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 676 Bytes

Surflog

A Mongodb and Flask powered server used to help log your surf sessions using real buoy data to track wave and weather conditions.

How do I use it?

  • sudo pip install -r requirements.txt
  • run .util/import_buoys.py to load mongodb with the buoy data
  • run python surflog.py and go to http://localhost:5000

To Do List