melanie / Bluesky and Mastodon to JSON Feed
0 gustos
0 bifurcaciones
3 archivos
Última actividad
From the blog post I Made a Mastodon and Bluesky Client
Usage
Bluesky
Install dependencies
npm i --save @atproto/api
melanie / lastfm-weekly-report.ts
0 gustos
0 bifurcaciones
1 archivos
Última actividad
1 | const LASTFM_API_KEY = process.env.FEED_LASTFM_API_KEY || ""; |
2 | const LASTFM_USERNAME = process.env.FEED_LASTFM_USERNAME || ""; |
3 | const LASTFM_API = "https://ws.audioscrobbler.com/2.0/"; |
4 | |
5 | function formatItem({ |
6 | artist, |
7 | image, |
8 | name, |
9 | playcount, |
10 | url, |
Siguiente
Anterior