Skip to content

Commit

Permalink
Document Joybox
Browse files Browse the repository at this point in the history
  • Loading branch information
rosano authored Nov 30, 2023
1 parent aeef62d commit 82b2ac4
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions bookmark.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,21 @@ Uses [@remotestorage/module-bookmarks](https://www.npmjs.com/package/@remotestor
"@context": "http://remotestorage.io/spec/modules/bookmarks/archive-bookmark"
}
```

## [Joybox](https://joybox.rosano.ca)

Uses a [custom module](https://github.com/rosano/joybox/blob/master/os-app/_shared/JBXDocument/main.js) writing to `/joybox/jbx_documents`:

```
{
"JBXDocumentNotes": "",
"JBXDocumentURL": "https://alsarahthenubatones.bandcamp.com/album/silt",
"JBXDocumentName": "Alsarah & the Nubatones: Silt",
"JBXDocumentEmbedURL": "https://bandcamp.com/EmbeddedPlayer/v=2/album=704487352/size=large/tracklist=false/artwork=small/",
"JBXDocumentImageURL": "https://f4.bcbits.com/img/a3732065656_5.jpg",
"JBXDocumentDidFetch": true,
"JBXDocumentID": "01HGGDDWGV1A9KFYMNWKFY63ZP",
"JBXDocumentCreationDate": "2023-11-30T15:26:46.811Z",
"JBXDocumentModificationDate": "2023-11-30T15:26:46.811Z"
}
```

0 comments on commit 82b2ac4

Please sign in to comment.