🪙 Accept crypto support from your community
You can now embed Streamiverse crypto donation widgets directly on your LnkBio page and let your audience support you using crypto.

👉 https://lnk.bio/linkin/embed-streamiverse-donation-widgets-on-your-lnkbio-page

#Streamiverse #CryptoDonations #Web3 #LinkInBio #Creators

Introducing Streamiverse… a simple Mastodon-compatible streaming API of curated posts from the fediverse.

https://streamiverse.small-web.org

Consume the public API curated/hosted by Small Technology Foundation (for non-commercial and educational use) or host your own.

Mastodon had a public streaming API but it was locked down this year. This gives you back that useful feature (for demos, teaching, etc.) plus you know exactly what you’re getting.

#streamiverse #mastodon #fediverse #API #SmallWeb #Kitten

Coming soon… Streamiverse.

A curated streaming fediverse post API compatible with the Mastodon API for use in teaching, demos, presenting, etc. Basically, if you were using the Mastodon public timeline API for these use cases before it started to require authentication, this will be a good alternative :)

If you have suggestions for the curated feed, reply to this with links to posts.

💕

#fediverse #teaching #demos #presenting #mastodon #api #streaming #public #posts #streamiverse

Making a little Kitten app called Streamiverse that lets you create a curated streaming timeline of fediverse posts using the Mastodon API that can be consumed via WebSocket when teaching web development and creating demo apps during presentations, etc.

Previously, you could consume the public stream from a Mastodon instance directly but that feature was recently removed, breaking, among other things, the WebSocket sample app for Kitten.

https://vimeo.com/906517110

#Kitten #SmallWeb #streamiverse

Streamiverse

Vimeo

Given Kitten apps can look like regular Node.js apps, it’s a good idea to include a simple main file (e.g., index.js*) that has instructions for running yours using Kitten in case someone tries to run it as a regular Node.js app (e.g., using `node .`)

Here’s a simple one you can adapt and use if you like in your projects from a little Kitten app I’m working on at the moment:

https://codeberg.org/small-web/streamiverse/src/branch/main/index.js

* If, in your package.json, you have `"main": "index.js"`.

#Kitten #SmallWeb #streamiverse

streamiverse/index.js at main

streamiverse - A curated streaming fediverse timeline of public posts that’s compatible with the Mastodon API and that can be used for building demonstrations of APIs. Also includes a streaming HTML version of the timeline.

Codeberg.org