Skip to content

psharneja/atmos

Repository files navigation

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