Skip to content
This repository has been archived by the owner on May 4, 2024. It is now read-only.

Latest commit

 

History

History
94 lines (57 loc) · 2.6 KB

README.md

File metadata and controls

94 lines (57 loc) · 2.6 KB

Search locations

Search some locations on the map, using latitude and longitude.

Description

This project leverages the power of the open-source JavaScript library Leaflet and the vast resources of OpenStreetMap to help you search for locations effortlessly.

You can also choose to share your current location on the map (optional).

Simply adjust the circle on the map's radius using the scrollbar or text input field. The circle's radius is measured in meters.

Technologies Used

Demo

You can see the demo here: https://jhordyess.github.io/search-locations

Screenshot

Home

How to use

  1. Clone the repository.
git clone git@github.com:jhordyess/search-locations.git
  1. Open the project folder.
cd search-locations
  1. Install the dependencies.
yarn
  1. Run the project.
yarn dev
  1. Open the browser on http://localhost:5173/search-locations.

How to use with VSCode dev containers

You can use the VSCode dev containers to run the project in a containerized environment.

You need to have installed Docker and VSCode, and the Dev Containers extension.

  1. Clone the repository.
git clone git@github.com:jhordyess/search-locations.git
  1. Open the project with VSCode:
code search-locations
  1. Open the command palette and select the option Dev Containers: Reopen in Container.

  2. Wait for the container to be built and the project to be started.

  3. Open the terminal in VSCode and run the project:

yarn dev
  1. Open the browser at http://localhost:5173/search-locations

License

© 2021 Jhordyess. Under the MIT license. See the LICENSE file for more details.


Made with 💪 by Jhordyess