mirror of
https://git.ianrenton.com/ian/spothole.git
synced 2025-10-27 08:49:27 +00:00
An attempt at naming the software. Closes #12
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
openapi: 3.0.4
|
||||
info:
|
||||
title: Unnamed Spotting API
|
||||
title: Spothole API
|
||||
description: |-
|
||||
A utility to aggregate spots from amateur radio DX clusters and xOTA spotting sites, and provide an open JSON API as well as a website to browse the data.
|
||||
Spothole is a utility to aggregate "spots" from amateur radio DX clusters and xOTA spotting sites, and provide an open JSON API as well as a website to browse the data.
|
||||
|
||||
While there are other web-based interfaces to DX clusters, and sites that aggregate spots from various outfoor activity programmes for amateur radio, Spothole differentiates itself by supporting a large number of data sources, and by being "API first" rather than just providing a web front-end. This allows other software to be built on top of it. Spothole itself is also open source, Public Domain licenced code that anyone can take and modify.
|
||||
contact:
|
||||
email: ian@ianrenton.com
|
||||
license:
|
||||
@@ -10,7 +12,7 @@ info:
|
||||
url: https://unlicense.org/#the-unlicense
|
||||
version: 0.1
|
||||
servers:
|
||||
- url: https://metaspot.m0trt.radio/api
|
||||
- url: https://spothole.m0trt.radio/api
|
||||
paths:
|
||||
/spots:
|
||||
get:
|
||||
|
||||
Reference in New Issue
Block a user