This is a sample Angular project that demonstrates how to use the OpenWeather and VisualCrossing APIs to create an admin panel and a daily weather visualization.
- Angular version 15.2.2 must be installed on your system.
- Packages must be restored using npm version 6.14.11.
To run the project, follow these steps:
- Clone the repository to your local machine.
- Navigate to the project directory.
- Run npm install to restore the packages.
- Run ng serve to start the development server.
- Navigate to http://localhost:4200/ in your web browser to view the project.
This project makes use of two APIs:
- OpenWeather API: This API is used to create the admin panel.
- VisualCrossing API: This API is used for daily weather visualization.
If you wish to contribute to this project, please follow the steps below:
- Fork the repository.
- Create a new branch for your feature.
- Commit your changes and push them to your branch.
- Submit a pull request to the main repository.
This project is licensed under the MIT License.