pushwave-client 0.3.3 → 0.3.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|

|
|
2
2
|
# pushwave-client (alpha)
|
|
3
3
|
|
|
4
|
-
PushWave is a lightweight Expo-first SDK to get push notifications running without building your own backend or wrestling with native setup. It fetches the Expo push token and prepares app attestation (Android Play Integrity / iOS DeviceCheck) so you can secure delivery. The SaaS dashboard is now live at https://pushwave.dev
|
|
4
|
+
PushWave is a lightweight Expo-first SDK to get push notifications running without building your own backend or wrestling with native setup. It fetches the Expo push token and prepares app attestation (Android Play Integrity / iOS DeviceCheck) so you can secure delivery. The SaaS dashboard is now live at https://pushwave.dev/ in to create audiences, templates, and scheduled sends. **Consider this an early-stage project**.
|
|
5
5
|
|
|
6
6
|
---
|
|
7
7
|
|
|
@@ -102,6 +102,7 @@ export default function App() {
|
|
|
102
102
|
|
|
103
103
|
## Links
|
|
104
104
|
|
|
105
|
+
- DASHBOARD https://pushwave.dev/
|
|
105
106
|
- DOCS: https://docs.pushwave.dev/
|
|
106
107
|
- NPM: https://www.npmjs.com/package/pushwave-client
|
|
107
108
|
- GitHub: https://github.com/luruk-hai/pushwave-client#readme
|