项目作者: system32uwu

项目描述 :
Cross platform client for AniList, which also streams episodes using animu-desu package.
高级语言: JavaScript
项目地址: git://github.com/system32uwu/sushi-night.git
创建时间: 2021-02-03T23:38:07Z
项目社区:https://github.com/system32uwu/sushi-night

开源协议:MIT License

下载


Sushi Night backend

Backend for sushi-night, fetch anime data and get episode links.

About

This API uses the package animu-desu.
It is built with express and has routing for every option provided by animu-desu.

Getting Started

These instructions will get you a copy of the project up and running.

Clone the repository

  1. git clone https://github.com/system32uwu/sushi-night-backend nameOfYourProject

Install dependencies

  1. yarn install

Run it!

In dev mode
  1. yarn dev
In production mode
  1. yarn start

Build

  1. yarn build

NOTE

This package will only work in a node environment.

License

MIT