A web application dashboard for viewing your Honkai: Star Rail stats, and automates the process of claiming your daily rewards.
api
(Currently, it attempts to claim your daillies every hour, and only the api
is required for this to work.)The two required environment variables are PUBLIC_HOYO_API_TOKEN
and PUBLIC_HOYO_API_UID
. The instructions on obtaining the token is available on hoyoapi, and the UID is simply your in-game UID.
Copy .env.template
and rename it to .env
, and fill in the two environment variables mentioned above.
A prerequisite is to have pnpm
installed globally (check here for instructions on installing pnpm
).
Simply run the below command to install dependencies.
pnpm install
Run the below command to run the development server.
pnpm dev