Lowdown

Build Status

Lowdown is a Ruby client for the HTTP/2 version of the Apple Push Notification Service.

Multiple notifications are multiplexed for efficiency.

NOTE: It is not yet battle-tested. This will all follow over the next few weeks.

Installation

Add this line to your application's Gemfile:

gem 'lowdown'

And then execute:

$ bundle install

Or install it yourself as:

$ gem install lowdown

Usage

You can use the lowdown bin that comes with this gem or for code usage see the documentation.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/alloy/lowdown.

License

The gem is available as open source under the terms of the MIT License.