This package is a GitHub Pages-ready static website for GeoIP Locations, the public website brand of ProdIPData.
index.htmlplatform.htmlcoverage.htmlmethodology.htmldownloads.htmlcontact.htmllicensing.html404.html
assets/css/styles.cssassets/js/site.jsassets/data/releases.jsonassets/data/coverage-sample.json.nojekyll
The pages will open directly in a browser, but some browsers block fetch() requests to local JSON files when the site is opened with the file:// protocol.
Two easy options:
Open index.html directly in the browser. The layout will load, but the JSON-driven sections may stay empty depending on browser rules.
Run a tiny local web server from this folder. For example with Python:
python -m http.server 8000Then open:
http://localhost:8000
- Create or open your GitHub repository.
- Upload all files from this folder to the repository root.
- In repository settings, enable Pages.
- Publish from the main branch root.
The layout is separated from the data. For routine monthly refreshes, you can update:
assets/data/releases.jsonassets/data/coverage-sample.json
Later, those files can be generated automatically from your ProdIP export process.
Unless otherwise stated, published datasets and metadata are licensed under CC BY 4.0. See licensing.html and LICENSE-DATA.md.