stefanbohacek / fediverse-info

Home Page:https://stefanbohacek.com/blog/making-fediverse-apps-for-everyone/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fediverse info services

Currently available endpoints:

/node-info

Example: /node-info?domain=mastodon.social

Response:

{
  "domain": "mastodon.social",
  "software": {
    "name": "mastodon",
    "version": "4.1.2+nightly-20230523"
  }
}

Optionally you can also pass the full=true parameter to get the full node info object.

Development

npm install
npm run dev