Skip to content

star0202/solvedac-cards

Repository files navigation

solvedac-cards

Generates solved.ac cards

Usage

Base URL: https://solvedac-cards-starcea.paring.moe/

  • /profile/:handle

    Show solved.ac profile

    • ?size={int}
      • Set card's height (default: 100px, valid range: 100px ~ 500px)
    • ?color={dark|light}
      • Set card's color scheme (default: dark, valid value: light, dark)

Example (starcea) Example (koosaga)

  • /problems/:handle

    Show tier distribution of solved problems

    • ?size={int}
      • Set card's height (default: 200px, valid range: 200px ~ 1000px)
    • ?color={dark|light}
      • Set card's color scheme (default: dark, valid value: light, dark)

Example (starcea) Example (koosaga)

  • /tags/:handle

    Show tag tier graph

    • ?size={int}
      • Set card's height (default: 200px, valid range: 200px ~ 1000px)
    • ?color={dark|light}
      • Set card's color scheme (default: dark, valid value: light, dark)
    • ?top={boolean}
      • Show top 8 tags instead of default tags (default: false, valid value: true, false)
    • ?text={boolean}
      • Show tag name on the graph (default: false, valid value: true, false)

Example (starcea) Example (koosaga) Example (starcea, top) Example (koosaga, text)

Special Thanks

@pikokr - Server & Domain

About

Generates solved.ac cards

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published