1.0.0 • Published 4 years ago

saratoga v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

Saratoga

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

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

Features

✅ No complicated Database inside.

✅ Hot reloading.

✅ Easy to use.

✅ It's a waifu.

Installation

npm i saratoga

npm i AzurAPI/Saratoga

Documentation

Read our Wiki

Basic Example Usage

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

const saratoga = new Saratoga();

console.log('Will get the ship after 10 seconds we initialize Saratoga');

function getShip() {
  if (saratoga.ready) console.log(saratoga.ships.getByEnglishName('Saratoga'));
}

setTimeout(() => getShip(), 10000);

Maintainer

TO DOs

  • Think about implementation for initialization (probs I will let it user invoked or depends)
1.0.0

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago