Big-Sister-App / Big-Sister

(in progress) An online heatmap of dangerous places to avoid as college students.
0 stars 0 forks source link

Functionality to generate JSON file from report data #9

Closed Mandy-cyber closed 1 year ago

Mandy-cyber commented 1 year ago

Completed first to-do of #5 :

In map.py create json file of report data after lat/long pairs have been created.

First make dict of updated info, and then use jsonify to convert to json file

Comments