this repo has no description
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

remove WIP account names

+2 -41
+2 -2
README.md
··· 1 1 2 - atbin.dev 3 - ========= 2 + `atbin.dev` 3 + =========== 4 4 5 5 *[httpbin.dev](https://httpbin.dev) for atproto* 6 6
-17
accounts-invalid.json
··· 1 - [ 2 - { 3 - "handle": "unsupported-did.invalid.atbin.dev", 4 - "did": "did:unsupported:method" 5 - }, 6 - { 7 - "handle": "invalid-did.invalid.atbin.dev", 8 - "did": "invalid" 9 - }, 10 - { 11 - "handle": "bare-did.invalid.atbin.dev", 12 - "did": "invalid" 13 - }, 14 - { 15 - "handle": "missing.invalid.atbin.dev" 16 - } 17 - ]
-22
accounts.json
··· 1 - [ 2 - { 3 - "handle": "atbin.dev", 4 - "did": "did:web:atbin.dev", 5 - "pds": "https://pds.atbin.dev" 6 - }, 7 - { 8 - "handle": "lex.atbin.dev", 9 - "did": "TODO", 10 - "pds": "https://pds.atbin.dev" 11 - }, 12 - { 13 - "handle": "ipv6.atbin.dev", 14 - "did": "did:web:ipv6.atbin.dev", 15 - "pds": "https://pds.atbin.dev" 16 - }, 17 - { 18 - "handle": "nynex.atbin.dev", 19 - "did": "did:plc:sh34kq2yrucu2ipa6fljxcrq", 20 - "pds": "https://pds.atbin.dev" 21 - } 22 - ]