Skip to content

Releases: bcanata/aprs-api-relay

v1.0.0 - Initial Release

17 Jan 01:17

Choose a tag to compare

First stable release of APRS.fi API Proxy

Features:

  • 🔒 Secure API key storage via Cloudflare Workers secrets
  • 🌐 Full CORS support for web browser usage
  • ✅ Request validation with proper error messages
  • 🏥 Health check endpoint at /health
  • ⚡ Response caching (30s TTL)
  • ⏱️ 10-second timeout protection
  • 🚀 Deploy to Cloudflare Workers in one click

Deployment:
Click the Deploy button in the README to deploy your own instance.

Usage:

curl "https://your-worker.workers.dev/?what=loc&format=json&name=TA1ANW"

See README.md for full documentation.