In progress, add global radar support using RainViewer and Leaflet

This commit is contained in:
mrkmntal 2026-04-07 15:16:52 -04:00
commit 81e0fc2bc0
9 changed files with 217 additions and 224 deletions

View file

@ -57,3 +57,10 @@ export const openMeteoProxy = async (req, res) => {
skipParams: ['u'],
});
};
export const rainViewerProxy = async (req, res) => {
await cache.handleRequest(req, res, 'https://api.rainviewer.com', {
serviceName: 'RainViewer',
skipParams: ['u'],
});
};