WeatherScope is a real-time weather forecasting application developed with React. This project leverages external APIs to deliver accurate weather data.
- Ensure Node.js and npm are installed. Download from Node.js website.
- Clone the repository:
git clone https://github.com/Malikumair786/WeatherScope-Wancloud.git cd WeatherScope-Wancloud
- Install dependencies:
npm install
- Environment Configuration:
Create a .env file at the root and add the following keys:
REACT_APP_WEATHER_API_KEY=your_weather_api_key_here REACT_APP_X_RAPIDAPI_KEY=your_rapidapi_key_here
Replace placeholders with your actual API keys.
- Start the application:
npm start
Visit http://localhost:3000 to view the app.
Scripts
- npm start: Runs the app in development mode.
- npm test: Runs tests.
- npm run build: Builds the app for production.
Contributing Feel free to fork the repo and submit pull requests.