Weathercast Angular is a small weather forecast application built in Angular.
Besides the core Angular packages, the project also uses:
- Open-Meteo API for weather current and forecast data
- Tailwind CSS for styling
- Mapbox for map display
- Date-fns for date parsing and formatting
- Montserrat font for nice typography
- Unsplash for royalty free background images
- Weather icons for pretty weather icons
This project was generated with Angular CLI version 14.2.9.
Install the CLI first.
npm install -g @angular/cli
then in the project root, install the required packages
npm install
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The application will automatically reload if you change any of the source files.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory.