Display the live air quality monitoring data.
- Websocket => https://github.com/daltoniam/Starscream
- Graphs => https://github.com/danielgindi/Charts
- Reactive programming => https://github.com/ReactiveX/RxSwift
- Used MVVM design pattern.
- Air Quality Index (Cities)
- Air Quality Index value range its color info
- Realtime Graph
- Added Unit and UI Tests using XCTest.
- Open the terminal and go to the project folder using cd command.
- Enter the command pod install.
- Open the AirQualityMonitoring.xcworkspace file.