Skip to content

Instantly share code, notes, and snippets.

View strifel's full-sized avatar

strifel

View GitHub Profile
data = 'YOUR JSON HERE'
d = JSON.parse(data)
console.log("Hallo " + d['user']['name'])
console.log("Willkommen zur Year-in-Review Terminalausgabe!")
console.log("-----------------------------------------------")
console.log("Du bist dieses Jahr ganze " + Math.floor(d['distance']['total'] / 1000) + "km gefahren")
console.log("Das macht " + Math.floor(d['distance']['averagePerDay'] / 1000) + "km am Tag!")
console.log("-----------------------------------------------")