gcm

2014-12-17

Google Cloud Messaging (GCM) library for Common Lisp

Upstream URL

github.com/death/gcm

Author

death <github.com/death>

License

MIT
README

GCM

A Google Cloud Messaging library for Common Lisp.

Example

CL-USER> (gcm:configure "<your api key>")
; No value
CL-USER> (gcm:send (make-instance 'gcm:message
                                  :payload (list "title" "Hello"
                                                 "text" "Hey there"))
                   :registration-ids (list "<a registration id>"))
#<GCM:RESPONSE {100A3022A3}>

License

MIT

Dependencies (3)

  • babel
  • drakma
  • monkeylib-json

Dependents (0)

    • GitHub
    • Quicklisp