Opengist Logo gist.melkat.dev

Explore

  • All gists
  • Topics
  • Users
melkat.dev
Give feedback on the new UI Powered by Opengist ⋅ 75ms

user:thomas gists created by user

title:mygist gists with given title

description:sync gists with given description

filename:myfile.txt gists having files with given name

extension:yml gists having files with given extension

language:go gists having files with given language

topic:homelab gists with given topic

all:systemctl search all fields

Login
j

jsonfeed

Recently created Least recently created Recently updated Least recently updated

melanie / Bluesky and Mastodon to JSON Feed

Last active 3 months ago bluesky jsonfeed mastodon
0 0 3

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

Last active 3 months ago jsonfeed lastfm
0 0 1
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,