cheesemaker / airaware

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AirAware

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

  • Awair© smart devices for monitoring indoor air quality
  • AirNow - the EPA supported AQI (Air Quality Indicator) service
  • WeatherFlow - Outdoor weather station readings when configured to use a WF base-station
  • PurpleAir - Network of weather stations maintained and owned by private citizens
  • OpenWeather - Current localized weather

Accounts and API Keys:

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.

About

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

License:MIT License


Languages

Language:Swift 99.4%Language:Objective-C 0.6%