Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

azurlane

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

azurlane

Api wrapper for the azur lane api

  • 0.0.3
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
3
decreased by-50%
Maintainers
1
Weekly downloads
 
Created
Source

AzurLane

Api wrapper for my azur lane api

Example

const AzurLane = require("azurlane");
const al = new AzurLane();

async function main() {
    const data = await al.ship("Akagi");
    console.log(data);
    /* example response
    {   
        id: '224',
        names: {
            full: 'IJN Akagi (cn: 凰; jp: 赤城)',
            en: 'IJN Akagi',
            cn: '凰',
            jp: '赤城'
        },
        thumbnail: 'https://azurlane.koumakan.jp/w/images/3/3f/AkagiIcon.png',
        skins:
        [
            { 
                title: 'Default',
                image: 'https://azurlane.koumakan.jp/w/images/thumb/0/06/Akagi.png/600px-Akagi.png'
            },
            {
                title: 'Paradise Amaryllis',
                image: 'https://azurlane.koumakan.jp/w/images/thumb/3/39/AkagiSummer.png/600px-AkagiSummer.png'
            },
            {
                title: 'Plum and Snow',
                image: 'https://azurlane.koumakan.jp/w/images/thumb/d/d0/AkagiNew_Year.png/533px-AkagiNew_Year.png'
            },
            {
                title: 'Deep Crimson Poppy',
                image: 'https://azurlane.koumakan.jp/w/images/thumb/6/65/AkagiPledge.png/505px-AkagiPledge.png'
            } 
        ],
        buildTime: 'Drop Only',
        rarity: 'Super Rare',
        stars: {
            value: '★★★☆☆☆',
            count: 3
        },
        class: 'Akagi',
        nationality: 'Sakura Empire',
        hullType: 'Aircraft Carrier'
    }
   */
}

main().catch(console.error);

FAQs

Package last updated on 02 Apr 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc