NEW UPDATE - use index.html to create animated HTML page
Map your Google Map Location history into either line, scatter or heatmap
from mappr import json_to_df, line, scatter,heatmap
df = json_to_df('LocationHistory.json')
line(df) OR scatter(df) OR heatmap(df)