boxcar-api icon indicating copy to clipboard operation
boxcar-api copied to clipboard

API for the BoxCar Push Notifications Service

Results 3 boxcar-api issues
Sort by recently updated
recently updated
newest added

is this project still active? the last update is ~4 years ago

When using UTF-8 characters, two characters are chopped off the whole request. ``` javascript provider.notify( recipient , "äöü" , "test case" , null , null , null , "http://i.imgur.com/gtUZWgW.png" //...

My app works only if I change line 23 of provider.js to `"email": email` instead of `"email": hashEmail(email)`. I seem to recall the code working without this change a few...