README
Install
npm install apns_test -g
Usages
apns_test your_token development|production cert_key_path private_key_pem
Example
apns 094f11604aa8fddb85c3cef4fd6e30dd42389b4517113a0d922ee8f4ceb788 development ./cert.pem ./key.pem
Testing Apple Push Notification service with node.js
<script type="module">
import apnsTest from 'https://cdn.skypack.dev/apns_test';
</script>
npm install apns_test -g
apns_test your_token development|production cert_key_path private_key_pem
apns 094f11604aa8fddb85c3cef4fd6e30dd42389b4517113a0d922ee8f4ceb788 development ./cert.pem ./key.pem