https://github.com/harr1424/go-notify
A server written in Go to work with APNs
https://github.com/harr1424/go-notify
apns apns-http2 go weather-forecasting
Last synced: about 1 year ago
JSON representation
A server written in Go to work with APNs
- Host: GitHub
- URL: https://github.com/harr1424/go-notify
- Owner: harr1424
- Created: 2023-12-13T16:46:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-17T00:48:02.000Z (over 1 year ago)
- Last Synced: 2025-04-17T13:49:46.820Z (over 1 year ago)
- Topics: apns, apns-http2, go, weather-forecasting
- Language: Go
- Homepage: https://jharrington.io/go-notify
- Size: 76.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## GoNotify
An API to check weather forecasts for temperatures at which frost may occur and interface with Apple Push Notification Services (APNs) in order to send registered device tokens an alert warning of frost.
This project has been crerated to add functionality to my app [Orange Weather](https://github.com/harr1424/Orange-Weather) but it may serve useful as a template for other iOS apps.