Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jherdman/airship
A Node.js wrapper for the UrbanAirship Push API
https://github.com/jherdman/airship
Last synced: 13 days ago
JSON representation
A Node.js wrapper for the UrbanAirship Push API
- Host: GitHub
- URL: https://github.com/jherdman/airship
- Owner: jherdman
- Created: 2012-02-17T05:37:23.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2015-01-29T16:55:15.000Z (almost 10 years ago)
- Last Synced: 2024-04-13T22:55:19.409Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 251 KB
- Stars: 12
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# airship [![Build Status](https://secure.travis-ci.org/jherdman/airship.png)](http://travis-ci.org/jherdman/airship)
A wrapper for the [Urban Airship](http://urbanairship.com) API. It's largely an experiment of mine to learn more about event-based programming in Node.js.
## Usage
Please see examples in the `integration` directory for usage. Given that this is such an early release, I'm very open to suggestion on how to evolve the API of this library.
## Resources
* [Urban Airship](http://urbanairship.com)
* [Urban Airship documentation](http://urbanairship.com/docs/)## License
### MIT License
Copyright (c) 2012 James F. Herdman
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.