Skip to content
This repository has been archived by the owner on Jun 28, 2023. It is now read-only.
/ mal-user-stats Public archive

Generate statistics similar to AniList using data from your MyAnimeList profile.

License

Notifications You must be signed in to change notification settings

dustinn1/mal-user-stats

Repository files navigation

MyAnimeList User Stats

GitHub deployments

A website to generate statistics similar to AniList (example) using data from your MyAnimeList profile.

https://mal-user-stats.vercel.app/

Run Locally

Clone the project

  git clone https://github.com/dustinn1/mal-user-stats.git
  1. Install the dependencies
  npm install
  1. To start the dev server
  npm run dev
  1. To start the production server
  npm run build
  npm run start

Both the frontend and backend use the same commands.

To access the backend, run cd backend.

Environment Variables

To run this project, you will need to add the following environment variables to your .env.local file at the top level directory of the project.

NEXT_PUBLIC_BACKEND_URL = <url of backend>

Locally, it would be equal to http://localhost:8000.

Tech Stack

Frontend: React, Next.js, TailwindCSS

Backend: Node, Fastify

Both Written in TypeScript

Uses MyAnimeList API for data

License

MIT

About

Generate statistics similar to AniList using data from your MyAnimeList profile.

Resources

License

Stars

Watchers

Forks