Demo project for the air quality monitoring using MVVM in Swift
- Subscribe to websocket
ws://city-ws.herokuapp.comto receive Air Quality Indices for the Cities. - Pod:
Starscream=> https://github.com/daltoniam/Starscream
Used MVVM design pattern.
- Model: is used as data source.
- View: has ability to show list. i.e. Table and information
- ViewModel: has all the logic and a mediator between
View&Model.
- Show the realtime graph for the City AQI (Air Quality Index) Data.
- Pod:
Charts=> https://github.com/danielgindi/Charts
- Added Unit and UI Tests using
XCTest.


