Skip to content

Instantly share code, notes, and snippets.

View eddydg's full-sized avatar

Edgardo Di Gesto eddydg

View GitHub Profile
// https://media.interieur.gouv.fr/deplacement-covid-19/
/* Add custom generation time field */
function updateGenHour(time) {
const times = time.split(":");
Date.prototype.getHours=()=>times[0];
Date.prototype.getMinutes=()=>times[1];
}
@eddydg
eddydg / index.html
Last active October 30, 2017 14:22
wrOrro
<div id='map'></div>