mastodon.world is one of the many independent Mastodon servers you can use to participate in the fediverse.
Generic Mastodon server for anyone to use.

Server stats:

11K
active users

#codeacademy

0 posts0 participants0 posts today

Midweek Momentum 🚀

📅 March 5, 2025

🔥 Progress Report:
#Beyond365DaysOfCode Day 64
#100DaysOfCode Day 64
#freeCodeCamp

✅ Daily Reading:
📖 freeCodeCamp News – 1 article
📖 Daily.dev – 1 article

💻 Today's Progress:
🛠️ Vim – Plugin configurations (30 min)
📌 Trello – Task board updated
🚀 freeCodeCamp – Full Stack Developer Curriculum

Small steps every day lead to big results. Keep coding, keep growing! 💡🔥

So I'm using #codeacademy to learn #javascript and #nodejs so I can use the official #Tidal API released in January. Javascript is weird!! The syntax used in the Tidal API itself is beyond my level. The examples are unhelpful and not close to my use case (cmdline utility). If anyone has any pointers I'll very much appreciate them!! Error message is at the bottom.

My first project will be to sync my favorited tracks to playlist(s), and the 2nd project will probably involve folders if I can find them exposed on the API. I got the first project half written (and working) using the Python API before I decided to avoid an unofficial API that's mid-rewrite.

Despite the difficulties, I feel like I have the right @Ttdal-music/auth init() syntax, but it's complaining .getItem() from an undefined value.

tidal-music.github.io/tidal-sd

file:///.../tidal-sdk-web/packages/auth/dist/index.js:163
const result = globalThis.localStorage.getItem(`${prefix}/${key}`);

I've tried a couple of recent branches of their github, in case there was a bug in one of them.

tidal-music.github.io@tidal-music/auth - v1.2.2 | DocumentationDocumentation for Documentation