Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.02 KB

README.md

File metadata and controls

22 lines (17 loc) · 1.02 KB

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.