This is a web application that helps users find travel information and recommendations for their next trip. It uses RapidAPI to gather information about hotels, restaurants, and attractions, and presents this information to the user in an easy-to-use interface. Features
Some of the features of this application include:
Hotel search: Users can search for hotels in their destination and see a list of available options, along with pricing information and other details.
Restaurant search: Users can search for restaurants in their destination and see a list of available options, along with ratings and other details.
Attractions search: Users can search for attractions in their destination and see a list of available options, along with ratings and other details.
Installation
To install this application, follow these steps:
Clone the repository to your local machine.
Install the required dependencies using npm install.
Set up your RapidAPI account and get your API keys.
Create a .env file in the root directory of the project and add your RapidAPI API keys:
In .env file
RAPIDAPI_KEY=your_rapidapi_key
This projects uses free API request, that means sometimes, some features do not work properly because got the limit of free API requests.
This application is built using the following technologies:
Node.js
Express.js
RapidAPI
Credits
This application was built by JavaScriptMastery, I add Some features and correct some bugs, like Website do not load if you not allow browser to get your location. The data used in this application is provided by RapidAPI License.
This application is licensed under the MIT License.