Skip to content

Is today / this week / this month hotter than usual? Next.js app visualizing weather trends for any geolocation over the past 80 years.

Notifications You must be signed in to change notification settings

lmueller27/daily-weather-history

Repository files navigation

Is today / this week / this month hotter than usual?

This web app lets you visualize and compare weather trends for any geolocation. Inspect historical data for any specific date, calender week or month in a timespan from 1940 until today.

usagegif

Trends are computed in line with the National Center for Atmospheric Research Staff (Eds). Last modified 05 Sep 2014. "The Climate Data Guide: Trend Analysis." Retrieved from here.

This is a Next.js app using React-Vis, Pigeon Maps, and the Open Meteo API.

Try it out

Clone the repo and install the dependencies:

npm install --legacy-peer-deps

Then run the development server:

npm run dev

Open http:https://localhost:3000 to use the app.