Skip to content

max-su/weather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8a54b47 · Mar 20, 2024

History

14 Commits
Sep 25, 2023
Nov 17, 2023
Sep 25, 2023
Sep 25, 2023
Nov 14, 2023
Nov 14, 2023
Mar 20, 2024
Sep 25, 2023
Nov 17, 2023
Nov 17, 2023
Sep 25, 2023
Sep 25, 2023
Sep 25, 2023
Sep 25, 2023

Repository files navigation

Weather for Runners

Weather app that calculates running pace adjustments throughout the day, calculating the best times to go on a run (weather where you will be least affected by heat + humidity). Inspired by Coach Mark Hadley's blog post on Maximum Performance Running.

https://weather-omega-seven.vercel.app/

Getting Started

Install nvm and a stable version of Node.js if you haven't already

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000.

This application is written with Next.JS App Router with Client Components and makes API calls on the client side to Open-Meteo API directly as it has a public endpoint that does not require a key.