日本語のREADMEはこちらです: README.ja.md
A web application that finds and displays nearby free public WiFi locations on a map.
Demo: https://code4fukui.github.io/find/findwifi.html
CC BY Code for Fukui
- Find WiFi Hotspots: Locates and plots free public WiFi spots near your current location.
- Detailed Information: Displays details for each spot, including open hours, WiFi coverage, and power outlet availability. Spots with power outlets are marked with a distinct red icon.
- Route to Nearest Spot: Calculates and displays the route to the closest WiFi location with a single click.
- Multi-language Support: The interface is available in English, Japanese, Spanish, Chinese, Korean, German, Catalan, Portuguese, Tagalog, and Persian.
To run this project locally, you will need a Google Maps API key.
- Get an API Key: Obtain a Google Maps API key from the Google Cloud Platform Console.
- Set the API Key: Open the
lib/gmap.jsfile and replace the placeholder value of theAPI_KEYvariable with your key. - Run: Open
index.htmlin your web browser. The application will request your location to find nearby WiFi spots.
This project uses the SPARQL endpoint at https://sparql.odp.jig.jp/ to query an open dataset of public WiFi locations. The connection logic is in lib/odp.js.
MIT License — see LICENSE.