magnobiet / weather-now

Weather Now is a OpenWeatherMap project

Home Page:https://magnobiet-weathernow.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Weather Now

Code with hearth by Magno Made with Angular MIT Licence

Commitizen friendly Storybook

Preview

TL;DR

Development

# clone this repository and then run
npm install
npm start

Documentation

Storybook
npm run storybook:start

Test

npm run test # just smoke tests for now

Analysis

Bundle size
npm run bundle-analyzer
Code Quality
# start a SonarQube Server (requires Docker)
npm run sonar:start

# when SonarQube Server is up, in another terminal instance/tab run
npm run sonar:scanner
# and then, navigate to http://localhost:9000 and use `admin` as username and password to see the report

Build

npm run build:prod
npm run start:dist # run a simple HTTP server to preview the application build

About

Weather Now is a OpenWeatherMap project

https://magnobiet-weathernow.herokuapp.com/


Languages

Language:TypeScript 57.5%Language:HTML 17.4%Language:SCSS 17.1%Language:JavaScript 8.0%