NI
nico2che/perfecty-push-js-sdk
Javascript SDK for Perfecty Push, a self-hosted Push Notifications server written in Go⚡️
Perfecty Push JS SDK
Javascript SDK for Perfecty Push, a self-hosted Push Notifications server written in Go.
You can use this client library to include Push Notifications in your website for free.
WordPress is also supported. More information on the main project:
NOTICE: This project is under active development and no API is stable yet.
Local Setup 👨🏻💻
This project uses:
- Babel with @babel/preset-env
- Jest for unit testing
- Browserlistrc to specify dynamic Browser compatibility
- ESLint using the Standard style
- Webpack 5
To run the development server:
npm install
npm startTo run the build with watch in WordPress:
npm run watchTo generate the minified SDK in dist/:
npm buildUnit tests 🧪
Run all the tests using jest:
npm testLicense 💡
This project is licensed under MIT.
The bell icon SVG code is a Font Awesome icon under MIT License.
Collaborators 🔥
| Rowinson Gallego |
Special Thanks
Thanks to Jetbrains for supporting this Open Source project with their magnificent tools.
