📜  meteo antibes (1)

📅  最后修改于: 2023-12-03 15:17:37.331000             🧑  作者: Mango

Meteo Antibes

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.

Features
  • Current weather conditions, including temperature, wind speed, and humidity
  • Hourly forecast for the next 48 hours
  • Daily forecast for the next 7 days, with information on high and low temperatures, precipitation, and wind
  • Interactive map showing cloud cover, precipitation, and temperature
  • Historical weather data for Antibes
API

Meteo Antibes uses the OpenWeatherAPI to provide its weather data. You can access the API directly at https://openweathermap.org/api.

Technologies

Meteo Antibes was built using the following technologies:

  • ReactJS for the front-end
  • Node.js and Express for the back-end
  • OpenWeatherAPI for weather data
  • Leaflet for the interactive map
  • Chart.js for graphical representation of data
Installation

To run Meteo Antibes locally, follow these steps:

  1. Clone the repository:
git clone https://github.com/your_username/meteo-antibes.git
  1. Install the dependencies for the client and server:
cd meteo-antibes/client
npm install
cd ../server
npm install
  1. Rename the .env.example file to .env and enter your own OpenWeatherAPI key.

  2. Start the client and server:

cd ../client
npm start
cd ../server
npm start
  1. Open http://localhost:3000 in your browser.
Conclusion

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.