Project

pushesus

0.0
No commit activity in last 3 years
No release in over 3 years
Send notifications with pushes.us
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Runtime

>= 0.4.5
 Project Readme

PushesUs

http://www.pushes.us

Usage

Easy as pie:

  
    network_key = 'w7h3o4s3y5o4u7r3d4a4d6d7y'
    # Your network key from pushes.us
  
    device_identity = '2123zannzabar'
    # iPhone identity from the PushesUs iPhone app.
  
    PushesUs::Notification.send(network_key,device_identity,'Well hello iPhone!')
    # away it goes! It's that easy!