Skip to content

Latest commit

 

History

History
36 lines (32 loc) · 757 Bytes

README.md

File metadata and controls

36 lines (32 loc) · 757 Bytes

Welcom to atmos(the weather forecast app)

atmos shows weather forecast of 5 days for Bengaluru, IN

Below are the how to's .

How to's

#Clone:
- Git Clone
- yarn Install

#Run:
- yarn start

#Build:
- yarn build

#Unit Tests:
- yarn test:unit

#JS Lint:
- yarn test:lint:js

#CSS Lint:
- yarn test:lint:css

##Future Additions:
- Location Inputs
- Option to choose location from Maps
- Tabbed UI For daywise weather forecast
- More Unit Testcases
- Separating Components and Services as per SoC