Repo containing static Html files.
To test localy and avoid CORS errors, use a simple HTTP server (in the root folder) : python3 -m http.server
Goal : simple Map I use as a memo
places[?rating>'4.1'].{
name: displayName.text,
emoji: rating,
url: websiteUri,
lat: location.latitude,
lng: location.longitude}
[.places[] | select(.rating > 4.1) | {
name: .displayName.text,
emoji: .rating,
url: .websiteUri,
lat: .location.latitude,
lng: .location.longitude}]
Goal : personal color referential for miniatures
Goal : need to get stuff out of my head (in french)
Goal : Sweet Home 3D editor on the go