AzurAPI / Saratoga

Open Source Azur Lane Local Database

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Saratoga

The ShipGirl Project. Saratoga. (c) Azurlane for Saratoga.

An Azur Lane Library which is open source, which is inspired by AzurApi-JS

Features

✅ Azur Lane ship & equipment local api.

✅ Really simple database.

✅ Hot reloading.

✅ Easy to use.

✅ It's a waifu.

Installation

npm i saratoga

npm i AzurAPI/Saratoga

Documentation

Docma Docs soon:tm:

Read our Wiki

Basic Example Usage

const { Saratoga } = require('saratoga');

const saratoga = new Saratoga();

saratoga.on('ready', () => console.log(saratoga.ships.searchShipByName('saratoga')));
saratoga.on('debug', console.log);
saratoga.on('error', console.error);

Maintainer

About

Open Source Azur Lane Local Database

License:MIT License


Languages

Language:JavaScript 100.0%