This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

fortool

1.0.3 • Public • Published

fortool

npm version

Install the Module

npm install fortool

Require and Instantiate

const Fortool = require("fortool");

// Instantiate with API Credentials
const client = new Fortool({
    defaultLanguage: 'en', // Optional - will default to 'en'
    ignoreWarnings: false // Optional -will default to false
});

Example API Calls

Here ae the available API calls

// Get the shop
const shop = await client.shop();

// Get the news
const news = await client.news();

// Get the rotation
const rotation = await client.rotation();

Acknowledgement

Thanks for the inspiration of the fortniteapi.io module

License

MIT

/fortool/

    Package Sidebar

    Install

    npm i fortool

    Weekly Downloads

    4

    Version

    1.0.3

    License

    ISC

    Unpacked Size

    7.05 kB

    Total Files

    10

    Last publish

    Collaborators

    • artlfmj