dzape / WeatherApp

Angular WeatherApp with C# backend.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


drawing

Built With

(back to top)

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

  • npm
    npm install npm@latest -g
  • angular cli
    npm install -g @angular/cli
  • dotnet
    choco install dotnet

Installation

Below is an example of how you can instruct your audience on installing and setting up your app. This template doesn't rely on any external dependencies or services.

  1. Get a free API Key at https://openweatherapi.com
  2. Clone the repo
    git clone https://github.com/dzape/WeatherApp
  3. Install NPM packages
    npm install
  4. Enter your API in weather-api.service.ts
      private urlSuffix = "&units=metric&APPID=[Enter your api Key here]";

(back to top)

Contributing

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

Schreanshots

Screenshot 2021-11-24 at 14-23-08 LoginForm

Screenshot 2021-11-24 at 14-23-21 LoginForm

image

About

Angular WeatherApp with C# backend.


Languages

Language:C# 49.4%Language:TypeScript 30.4%Language:HTML 16.2%Language:CSS 2.6%Language:JavaScript 1.5%