airaware

A Swift (macOS/iOS) framework for interacting with Awair air monitoring devices.


Project maintained by cheesemaker Hosted on GitHub Pages — Theme by mattgraham

AirAware

AirAware is an open source framework to help developers monitor and understand the air quality around them. Currently, AirAware supports:

Accounts and API Keys:

<img src = “https://raw.githubusercontent.com/cheesemaker/airaware/main/Documents/screenshot.jpeg” width=50%>

Installation

- Swift Package Manager

AirAware has native SPM support.

- Carthage

AirAware may be installed via Carthage. To install it, simply add the following line to your Cartfile:

github "cheesemaker/airaware"

Then, following the instructions for integrating Carthage frameworks into your app, link the UUSwift framework into your project.

Requirements

This library requires a deployment target of iOS 13.0 or greater or OSX 10.10 or greater. AirAware currently supports Swift version 4.0

Contributing

Please open pull requests against the develop branch

Swift

AirAware is written entirely in Swift and currently does not support Objective-C interoperability.

License

AirAware is available under the MIT license. See LICENSE.md for more information.

Contributors

A list of contributors is available through GitHub.