/japan-map

Primary LanguageJavaScript

Japan Map

status: completed

About this Project

A map of places I've been in Japan.

Screenshot of the app

Built with

  • Vue CLI
  • Leaflet (OpenStreetMap)
  • Mapbox (OSM layer style)
  • Nominatim (geocoding)

Getting Started

Prerequisites

  • Node

Installation

  1. Install the dependencies.
npm i
  1. Create a secrets config file src/assets/secrets.json with the following content:
{
  "mapboxToken": "..."
}
  1. Run the app locally with hot reloading.
npm run dev

Go to http://localhost:8080

Roadmap

No planned features

Release History

  • v0.1.0
    • Initial design