megalodon
    Preparing search index...

    Function detector

    • Detect SNS type. Now support Mastodon, Pleroma and Pixelfed. Throws an error when no known platform can be detected.

      Parameters

      • url: string

        Base URL of SNS.

      Returns Promise<
          | "pleroma"
          | "mastodon"
          | "friendica"
          | "firefish"
          | "gotosocial"
          | "pixelfed",
      >

      SNS name.