A very simple rain radar website based on RainViewer.
index.html
supports the URL parameters lat
, lon
, zoom
for initializing the map.
- OpenStreetMap tile server: https://operations.osmfoundation.org/policies/tiles/
- RainViewer Weather Maps API: https://www.rainviewer.com/api/weather-maps-api.html
This app is licensed under GPL v3 or later.
Copyright (C) 2024 @leveled-up
Using / inspired by code from Privacy Friendly Weather (GPL v3 or later):
Copyright (C) 2016 Patrick Mell Copyright (C) 2017-2022 Christopher Beckmann
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.