WeatherNow is a simple and intuitive web application that allows users to get current weather information for any location. The app fetches data from the WeatherAPI and displays the current weather along with a 3-day forecast.
- Fetches and displays current weather information.
- Provides a 3-day weather forecast.
- Displays weather icons and conditions.
- Handles invalid location entries gracefully.
- Responsive design for different screen sizes.
You can check out a live demo of the application here.
- HTML
- CSS
- JavaScript
- WeatherAPI
Before you begin, ensure you have the following installed on your system:
-
Clone the Repository
git clone https://github.com/RushilJalal/WeatherNow.git cd WeatherNow
-
Install Dependencies
If you're using npm:
npm install
Or if you're using Yarn:
yarn install
-
Run the Development Server
If you're using npm:
npm run dev
Or if you're using Yarn:
yarn dev
-
Open in Browser
Open your browser and navigate to
http://localhost:3000
to see the application in action.
- Open the application in your web browser.
- Enter a location in the search box.
- Press the "Search" button or hit the Enter key to fetch and display the weather information.
- If the location is invalid, an error message will be displayed.