stremio-addon-sdk icon indicating copy to clipboard operation
stremio-addon-sdk copied to clipboard

Deno SDK

Open mkcfdc opened this issue 8 months ago • 2 comments

Hey guys, I built a Deno SDK for stremio.

https://jsr.io/@mkcfdc/[email protected]

It's cool because it uses only 2 dependencies (jose and path). So it's very light weight and operates the exact same way as the Node SDK.

I also added automatic encryption to the user data, so no leaked keys in URLs anymore!

Not sure how to submit this to the Stremio team so here goes nothing!

Hopefully this helps the community by adding one more option for development!

mkcfdc avatar Apr 06 '25 23:04 mkcfdc

You can see a deployed demo here: https://fresh-hedgehog-22.deno.dev/configure

mkcfdc avatar Apr 07 '25 02:04 mkcfdc

@mkcfdc that's super cool mate, u can make a PR on this repo to add this to the demos/examples and 3rd party sdks

dexter21767-dev avatar Aug 23 '25 17:08 dexter21767-dev