Skip to content

vmx/matadisco-viewer

Repository files navigation

Matadisco viewer

This is a viewer of metadata that was published on ATProto. The web viewer gets Matadisco records from the past few minutes from Bluesky's Jetstream and then keeps updating.

Currently the only publisher is the sentinel-to-atproto Cloudflare worker. So you'll see a lot of satellite images being displayed. It's planned that in the future there will also be other Matadisco records.

Demo

See it in action at https://vmx.github.io/matadisco-viewer/.

Running locally

Web viewer

This front-end works without a bundler. Though the dependencies need to be installed. The easiest way is to simply run

npm install

Now start the local HTTP server of you choice in the current directory. E.g. the Python built-in one:

python -m http.server

You can now access the viewer at

http://localhost:8000/

CLI viewer

The CLI viewer just displays the metadata records as they arrive.

 npm install
 npm start

License

This project is licensed under either of

at your option.

About

View some metadata published on ATProto

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published