Producing a visual representation of Mastodon interactions with JS
Find a file
Oneric 79e358ccb1 Move API request limits into the generic ApiClient
Currently only affects MisskeyApiClient, as Mastodon-flavour API is
constraint by a server-side hard limit of 40 replies.
Prepares for implementing multi-part requests which will allow
Mastodon-flavour clients to also follow the same limits.
2023-10-20 17:12:10 +02:00
background.png Made it look good 2023-08-31 20:49:04 +02:00
create-circle.js Move API request limits into the generic ApiClient 2023-10-20 17:12:10 +02:00
image.js Fixed an off-by-one error (two of them actually) 2023-09-03 01:15:59 +02:00
index.html Merge branch 'main' into add-fedibird-support 2023-09-01 18:26:16 +02:00
LICENSE Added a LICENSE 2023-07-30 21:59:51 +02:00
README.md Added Misskey support and labels 2023-07-20 01:16:22 +02:00
style.css Prettier profile output 2023-08-31 23:41:36 +02:00

Mastodon-Circles

Producing a visual representation of Mastodon interactions with JS

A fork of https://github.com/andigandhi/Mastodon-Circles