Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/isaiah-hamilton/live-atc
This is a clone of liveatc.net
https://github.com/isaiah-hamilton/live-atc
Last synced: 9 days 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-25T05:47:42.000Z (11 months ago)
- Last Synced: 2023-12-25T06:29:22.863Z (11 months ago)
- Language: TypeScript
- Homepage: https://live-atc.vercel.app
- Size: 982 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
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