📅  最后修改于: 2023-12-03 15:17:37.331000             🧑  作者: Mango
Meteo Antibes is a web application that provides weather forecasts for the city of Antibes, France. It is a useful tool for locals and visitors alike, offering up-to-date information on current conditions as well as predictions for the coming days.
Meteo Antibes uses the OpenWeatherAPI to provide its weather data. You can access the API directly at https://openweathermap.org/api.
Meteo Antibes was built using the following technologies:
To run Meteo Antibes locally, follow these steps:
git clone https://github.com/your_username/meteo-antibes.git
cd meteo-antibes/client
npm install
cd ../server
npm install
Rename the .env.example
file to .env
and enter your own OpenWeatherAPI key.
Start the client and server:
cd ../client
npm start
cd ../server
npm start
Meteo Antibes is a useful tool for anyone living in or traveling to Antibes. With a clean and intuitive interface, it provides accurate weather data and predictions, allowing users to plan their day accordingly.