GCM


curl -i --header "Authorization: key=$AUTHKEY" \
--header Content-Type:"application/json" --header "Accept: application/json" \
-X POST -d "{\"to\":\"$TOKEN\",\"notification\":{\"title\":\"Sun Feb 14 14:58:06 UTC 2016\",\"text\":\"test\"}}" \
https://gcm-http.googleapis.com/gcm/send

:-|