Constellation, Spacedust, Slingshot, UFOs: atproto crates and services for microcosm
1<!doctype html> 2<html lang="en"> 3 <head> 4 <meta charset="utf-8" /> 5 <title>Spacedust documentation</title> 6 <meta name="viewport" content="width=device-width, initial-scale=1" /> 7 <meta name="description" content="API Documentation for Spacedust, a configurable ATProto notifications firehose" /> 8 <style> 9 .custom-header { 10 height: 42px; 11 background-color: #221828; 12 box-shadow: inset 0 -1px 0 var(--scalar-border-color); 13 color: var(--scalar-color-1); 14 font-size: var(--scalar-font-size-3); 15 font-family: 'Iowan Old Style', 'Palatino Linotype', 'URW Palladio L', P052, serif; 16 padding: 0 18px; 17 justify-content: space-between; 18 } 19 .custom-header, 20 .custom-header nav { 21 display: flex; 22 align-items: center; 23 gap: 18px; 24 } 25 .custom-header a:hover { 26 color: var(--scalar-color-2); 27 } 28 </style> 29 </head> 30 <body> 31 <header class="custom-header scalar-app"> 32 <p> 33 TODO: pdsls jetstream link 34 <a href="https://ufos.microcosm.blue">Launch 🛸 UFOs app</a>: Explore lexicons 35 </p> 36 <nav> 37 <b>a <a href="https://microcosm.blue">microcosm</a> project</b> 38 <a href="https://bsky.app/profile/microcosm.blue">@microcosm.blue</a> 39 <a href="https://github.com/at-microcosm">github</a> 40 </nav> 41 </header> 42 43 <script id="api-reference" type="application/json" data-url="/openapi"></script> 44 45 <script> 46 var configuration = { 47 theme: 'purple', 48 } 49 document.getElementById('api-reference').dataset.configuration = JSON.stringify(configuration) 50 </script> 51 52 <script src="https://cdn.jsdelivr.net/npm/@scalar/api-reference"></script> 53 </body> 54</html>