The countries I've visited on planet Earth.
Powered by SVG World Map JS πΊ
- Create a repository from this one.
- Configure the publishing source for the GitHub Pages site.
- Edit docs/index.html: set the parameter of the
map.update()
method to the countries that you have visited, for examplemap.update({ US: "#ff0000", GB: "#00ff00" })
highlights the U.S.A. and the United Kingdom in red and green, respectively. - Wait until the pages build and deployment workflow ends.
- If you kept the original repo name, you should find your scratch map at https://your_user_name.github.io/scratch-map/.
- Enjoy! π«Ά