AndrewBudziszek / next-flight

Next flight out of here!

Home Page:next-flight.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Next Flight

This is a Svelte Kit project that finds the next 5 commercial flights out of your closest airport. This app uses SvelteKit, TailwindCSS, and takes advantage of the Weather.gov API and AerodataBox API.

Demo

https://nextflight.budziszek.com/

Developing

Once you've created a project and installed dependencies with npm install (or pnpm install or yarn), start a development server:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

About

Next flight out of here!

next-flight.vercel.app


Languages

Language:JavaScript 66.7%Language:Svelte 29.2%Language:HTML 4.0%