mirror of
https://git.ianrenton.com/ian/spothole.git
synced 2025-10-27 08:49:27 +00:00
Sharing links
This commit is contained in:
@@ -16,7 +16,9 @@ Supported data sources include DX Clusters, the Reverse Beacon Network (RBN), th
|
|||||||
|
|
||||||
### Accessing the public version
|
### Accessing the public version
|
||||||
|
|
||||||
TODO
|
You can access the public version's web interface at [https://spothole.m0trt.radio](https://spothole.m0trt.radio), and see [https://spothole.m0trt.radio/apidocs](https://spothole.m0trt.radio/apidocs) for the API details.
|
||||||
|
|
||||||
|
Please note this URL is not necessarily final, and the API is likely to change as the project works its way towards v1.0. Please do not build anything on the Spothole API yet!
|
||||||
|
|
||||||
### Running your own copy
|
### Running your own copy
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 126 KiB |
@@ -1,8 +1,26 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8"/>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover">
|
||||||
|
<meta name="color-scheme" content="light">
|
||||||
|
<meta name="theme-color" content="white"/>
|
||||||
|
<meta name="mobile-web-app-capable" content="yes">
|
||||||
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||||
|
<meta name="apple-mobile-web-app-status-bar-style" content="white-translucent">
|
||||||
|
|
||||||
|
<meta property="og:title" content="(S)pothole"/>
|
||||||
|
<meta property="twitter:title" content="(S)pothole"/>
|
||||||
|
<meta name="description" content="An Amateur Radio spotting tool bringing together DX clusters and outdoor programmes, providing a universal JSON API and web interface."/>
|
||||||
|
<meta property="og:description" content="An Amateur Radio spotting tool bringing together DX clusters and outdoor programmes, providing a universal JSON API and web interface."/>
|
||||||
|
<link rel="canonical" href="https://spothole.m0trt.radio/"/>
|
||||||
|
<meta property="og:url" content="https://spothole.m0trt.radio/"/>
|
||||||
|
<meta property="og:image" content="https://spothole.m0trt.radio/img/banner.png"/>
|
||||||
|
<meta property="twitter:image" content="https://spothole.m0trt.radio/img/banner.png"/>
|
||||||
|
<meta name="twitter:card" content="summary_large_image"/>
|
||||||
|
<meta name="author" content="Ian Renton"/>
|
||||||
|
<meta property="og:locale" content="en_GB"/>
|
||||||
|
<meta property="og:type" content="website"/>
|
||||||
|
|
||||||
<title>(S)pothole</title>
|
<title>(S)pothole</title>
|
||||||
|
|
||||||
|
|||||||
BIN
webassets/img/banner.png
Normal file
BIN
webassets/img/banner.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 125 KiB |
Reference in New Issue
Block a user