kcjpop / flix-api

Home Page:https://flix-api.netlify.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unofficial Flix API

An unofficial API documentation for Flix, deployed at https://flix-api.netlify.app.

To get started

You need Node.js v16+ installed.

  • Install pnpm if needed npm i -g pnpm

  • Install packages with pnpm install

  • Start the development server with pnpm run dev.

To generate api.json file

src/api.json is the main source to generate pages. Whenever Flix has a new version, we need to update that file as well.

$ java -jar ./flix.jar --doc
$ cp build/api/api.json src/
  • Start the development server as instructed above.

To build

  • Run pnpm run build. This will generate a bunch of static HTML files in dist/.

About

https://flix-api.netlify.app


Languages

Language:Astro 76.5%Language:CSS 21.0%Language:JavaScript 2.5%