Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.21 KB

README.md

File metadata and controls

35 lines (22 loc) · 1.21 KB

Whitewater Weather Station 🌤🌈

This project is made with Angular CLI version 11.0.0.

A simple dashboard-like weather page. This application utilizes the WeatherLink API in conjunction with Cloudflare to access the JSON data from WeatherLink's servers.

demo

Setup

In order to get this project running on your machine, you will need the following prerequisites installed on your machine.

  • NodeJS
  • Yarn Package Manager
  • Angular CLI 11.0.0+
  • Wrangler
  • A good text editor (I use Visual Studio Code)
  • Git

To learn more about the setup of each item for Mac and Windows, click here

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.