https://github.com/isaiah-hamilton/live-atc
This is a clone of liveatc.net
https://github.com/isaiah-hamilton/live-atc
air-traffic-control nextjs real-time website
Last synced: 10 months ago
JSON representation
This is a clone of liveatc.net
- Host: GitHub
- URL: https://github.com/isaiah-hamilton/live-atc
- Owner: Isaiah-Hamilton
- Created: 2022-04-04T18:13:10.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-25T05:47:42.000Z (over 2 years ago)
- Last Synced: 2025-03-16T16:14:27.933Z (over 1 year ago)
- Topics: air-traffic-control, nextjs, real-time, website
- Language: TypeScript
- Homepage: https://live-atc.vercel.app
- Size: 983 KB
- Stars: 11
- Watchers: 1
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Live ATC
Live ATC is a Next.js website that allows users to listen to real-time Air Traffic Control (ATC) communications from various airports around the world. It provides aviation enthusiasts, students, and professionals with an immersive experience to stay updated on real-time ATC conversations. This Project is a Clone of the orignal [liveatc.net](https://www.liveatc.net/).
## Tech Stack
Live ATC is built using the following technologies:
- [Next.js](https://nextjs.org/)
- [Supabase](https://supabase.com/)
- [Tailwindcss](https://tailwindcss.com/)
- [ATC API]() (built on top of [liveatc.net](https://www.liveatc.net/))
## Local Development
To contribute to or test Live ATC locally, follow these steps.
**Clone the Repository:**
```bash
git clone https://github.com/Isaiah-Hamilton/live-atc.git
```
**Install Dependencies:**
Navigate into the project's directory and install the necessary dependencies using npm.
```bash
cd live-atc
npm install
```
**Run the Development Server:**
Once the dependencies are installed, launch the development server.
```bash
npm run dev
```
This will start the development server, and you can access the application at http://localhost:3000 in your web browser. Now you're ready to explore and contribute to Live ATC!
## Contributors