SkyCast is a weather forecasting application that provides current weather conditions and forecasts for locations around the world.
To run SkyCast locally on your machine, follow these steps:
Clone the repository:
git clone
Install dependencies:
cd SkyCast npm install
Create a .env file in the project root and add your visual-crossing-weather API key:
REACT_APP_API_KEY=your-api-key You can obtain an API key from visual-crossing-weather key; RapidAPI upon subscribing.
Start the development server:
npm run dev
Contributions are welcome! If you find a bug or have a feature request, please open an issue or submit a pull request.
This project is licensed under the MIT License.