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.
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 start
To run the build with watch in WordPress:
npm run watch
To generate the minified SDK in dist/
:
npm build
Run all the tests using jest:
npm test
This project is licensed under MIT.
The bell icon SVG code is a Font Awesome icon under MIT License.
Rowinson Gallego |
Thanks to Jetbrains for supporting this Open Source project with their magnificent tools.