Skip to content
/ gcm Public

Google Cloud Messaging (GCM) library for Common Lisp

Notifications You must be signed in to change notification settings

death/gcm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Google Cloud Messaging (GCM) library for Common Lisp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published