Fetching POIs (here restaurants and cafes) from openstreetmap and showing them on a html page.
This page is intended to be a tutorial to learn how to program with html, css and javascript.
It's a step by step tutorial for:
- learn to create a html list with the
ul
li
tags - list restaurants and cafes around you in javascript
- create the javascript to dynamically generate the html list
- deploy your page on Github Pages
Install vscode, git
Clone this repo:
git clone git@github.com:tbo47/easy-osm-query.git