Registry / messaging / houston

houston

JSON →
library2.4.0rbrubygemsunverified

Houston is a simple gem for sending Apple Push Notifications. Pass your credentials, construct your message, and send it.

gem install houston
INSTALL
IMPORT
SIG · HOUSTON
H
houston
messagingrubyv2.4.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Houston
require 'houston'

Send an Apple Push Notification using Houston

require 'houston' # Create a connection apn = Houston::Client.development apn.certificate = File.read('/path/to/cert.pem') # Create a notification token = '<device token>' notification = Houston::Notification.new(device: token) notification.alert = 'Hello, World!' # Send apn.push(notification)
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.4.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
14
OpenAI (training)
1
Resources