All Projects â†’ amanpatial â†’ angular-weather-app

amanpatial / angular-weather-app

Licence: other
Angular 7 web app displays the weather report through openweathermap.org APIs

Programming Languages

typescript
32286 projects
HTML
75241 projects
CSS
56736 projects
shell
77523 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to angular-weather-app

ngx-print
🖚 A plug n' play Angular (2++) library to print your stuff
Stars: ✭ 124 (+853.85%)
Mutual labels:  angular4, angular5
epaper-clock-and-more
e-paper clock + weather + AQI + traffic delays - using Waveshare 2.7inch & 4.2inch eink displays running on Raspberry Pi
Stars: ✭ 34 (+161.54%)
Mutual labels:  weather, openweathermap
ngx-konami
A simple directive to add easter eggs in your Angular application 👟
Stars: ✭ 34 (+161.54%)
Mutual labels:  angular4, angular5
Angular4-seed
Angular 4 Seed for Angular Forms
Stars: ✭ 37 (+184.62%)
Mutual labels:  angular4, angular5
hackernews-clone
HackerNews clone built with Angular 5 using the official firebase HackerNews API
Stars: ✭ 14 (+7.69%)
Mutual labels:  angular4, angular5
react-weather-app
Weather App built with React & TypeScript
Stars: ✭ 61 (+369.23%)
Mutual labels:  weather, openweathermap
android-weather
View a beautiful, material design-based 10 day weather forecast
Stars: ✭ 32 (+146.15%)
Mutual labels:  weather, openweathermap
pluvia weather flutter
A weather app with beautiful animations, built with Flutter. Uses the OpenWeatherMap API and MapBox API.
Stars: ✭ 114 (+776.92%)
Mutual labels:  weather, openweathermap
ngx-image-editor
Awesome image editor for Angular 6
Stars: ✭ 74 (+469.23%)
Mutual labels:  angular4, angular5
angular-rollbar-source-maps
Angular 2+ implementation to upload sourcemaps to Rollbar
Stars: ✭ 17 (+30.77%)
Mutual labels:  angular4, angular5
mean-stack
MEAN stack Mongoose, Express, Angular6, Node
Stars: ✭ 22 (+69.23%)
Mutual labels:  angular4, angular5
angular-progress-bar
This component allow you to easy incorporate progress-bar to angular/ionic project, providing binding and color options
Stars: ✭ 26 (+100%)
Mutual labels:  angular4, angular5
spring-websocket-angular6
Example for using Spring Websocket and Angular with Stomp Messaging
Stars: ✭ 18 (+38.46%)
Mutual labels:  angular4, angular5
ng-toggle
Bootstrap-styled Angular Toggle Component
Stars: ✭ 14 (+7.69%)
Mutual labels:  angular4, angular5
angularx-qrcode-sample-app
Angular5/6/7/8/9/10+ sample apps with working implementations of angularx-qrcode
Stars: ✭ 15 (+15.38%)
Mutual labels:  angular4, angular5
angular-landing-page
Beautiful Angular landing page with firebase, chat, poll, dynamic features/gallary, and nice animations/scrolling.
Stars: ✭ 43 (+230.77%)
Mutual labels:  angular4, angular5
scala-weather
High-performance Scala library for looking up the weather
Stars: ✭ 45 (+246.15%)
Mutual labels:  weather, openweathermap
ngx-redux-core
The modern redux integration for Angular 6+
Stars: ✭ 32 (+146.15%)
Mutual labels:  angular4, angular5
owmr
An R Interface to OpenWeatherMap
Stars: ✭ 24 (+84.62%)
Mutual labels:  weather, openweathermap
ng2-timezone-selector
A simple Angular module to create a timezone selector using moment-timezone.
Stars: ✭ 12 (-7.69%)
Mutual labels:  angular4, angular5

Weather app

Weather app is the little web app for displaying the weather report from openweathermap.org using Components, Databinding, HTTP, Services, Observables, HTML5, CSS3, Responsiveness features and more!

App features

  1. Display today weather
  2. Display forecast weather
  3. Search by city/zip code
  4. Open weather api integration
  5. Convert celsius to fahrenheit

This project was generated with angular-cli version 1.0.0-beta.19-3.

Prerequisites

  1. Install Node.js® and npm

    node -v

    npm -v

  2. Install Angular cli

    npm install -g @angular/cli

  3. Install node packages

    cd /go/to/app/directory having package.json

    npm install

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.

Run Production/QA configuration

#build

ng build --environment=prod --output-path=build/prod/

#shorthand

ng b -prod --output-path=build/prod/

#serve

ng serve --environment=prod

ng serve --environment=qa

#shorthand

$ ng s -prod

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive/pipe/service/class.

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.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor. Before running the tests make sure you are serving the app via ng serve.

Deploying to Github Pages

Run ng github-pages:deploy to deploy to Github Pages.

Further help

To get more help on the angular-cli use ng --help or go check out the Angular-CLI README.

Angular 2 Style Guide

Angular 2 Style Guide

Run all the tslint and codelyzer rules

Method A - npm run lint

Method B - Windows based command with backslash

$ .\node_modules.bin\tslint -c tslint.json .\src\app\weather\weather.service.ts

$ .\node_modules.bin\tslint -c tslint.json .\src\app**.ts

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].