A weather dashboard for local pilots built with Next.js and hosted on Vercel.
This is a personal project designed to improve the safety of paragliding in my local area by providing up-to-date weather data for pilots. It streamlines the pre-flight process and inflight decision-making by combining data from a number of APIs into one page that has been optimized for mobile devices.
To get a local copy up and running follow these steps.
- Install the correct version of Node using NVM
nvm install 21.6.0
- Clone the repo
git clone https://github.com/columk1/wx-dashboard.git
- Install NPM packages
npm install
- Start the development server
npm run dev
- Redesign Cards to include full gust range and time of last update
- Redesign RASP interface to allow more windgram locations
- Add Valleycliffe wind meter when it is installed
- Create unit tests and snapshots using Vitest
Email: columk1@gmail.com
Twitter: @ColumKelly3
Website: columkelly.com
Live Project Link: chieflap.vercel.app