Welcome to our Weather Application! This application provides you with up-to-date weather information and also offers intelligent insights powered by OpenAI's natural language processing capabilities.
- Current Weather: Get real-time weather updates for any location worldwide.
- Forecast: View weather forecasts for the next few days.
- Intelligent Insights: Gain deeper insights into weather conditions through natural language descriptions generated by OpenAI's advanced AI models.
- OpenWeather Map API: Provides access to weather data for any location on Earth.
- OpenAI API: Empowers the application with natural language processing capabilities to generate intelligent weather insights.
- Clone the repository:
git clone https://github.com/your_username/your_repo.git
- Install dependencies:
npm install
-
Set up environment variables:
- Create a
.env
file in the root directory. - Add your API keys:
OPENWEATHER_API_KEY=your_openweather_api_key OPENAI_API_KEY=your_openai_api_key
- Create a
-
Run the application:
npm start
- Launch the application.
- Enter the location for which you want to check the weather.
- Explore current weather conditions and forecasts.
- Access intelligent weather insights generated by OpenAI.
Contributions are welcome! Please feel free to open a pull request or submit an issue if you encounter any problems or have suggestions for improvements. 🚀