An open API service indexing awesome lists of open source software.

https://github.com/sudip-13/tour-guide

A comprehensive platform providing real-time train availability, flight details, and weather suggestions for a specific date. The flight feature is currently under maintenance.
https://github.com/sudip-13/tour-guide

amadeus firebase-auth nextjs14 postgresql rapidapi responsive

Last synced: 3 months ago
JSON representation

A comprehensive platform providing real-time train availability, flight details, and weather suggestions for a specific date. The flight feature is currently under maintenance.

Awesome Lists containing this project

README

        

# Flight Availability and Weather App

This web application provides real-time train availability, flight details, and weather suggestions for a specific date. Unfortunately, the flight feature is currently unavailable in production due to API pricing issues.

## Getting Started

#### Download the code:

* Click on the “Code” button above and select “Download ZIP.”
* Extract the ZIP file to your preferred location.

#### Configure the client:

* Navigate to client/app/flight/page.tsx.
* Comment out the visible section and uncomment the section you want to use.

#### Run the app:

* Open your terminal and navigate to the project directory.
* Go to the client folder: cd client
* Start the development server: yarn dev
* Access the app in your browser at: http://localhost:3000/flight (Wait approximately 50 seconds for the initial rendering on a free instance.)

Feel free to explore the code and make any necessary adjustments. If you have any questions or need further assistance, don’t hesitate to ask!