# fortool

> Fortool api Wrapper

Latest version **1.0.3** (published 2021-07-09) · ISC license · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

```sh
npm install fortool
pnpm add fortool
yarn add fortool
bun add fortool
```

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 1.0.3 |
| Published | 2021-07-09 |
| First published | 2021-07-09 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 3 |
| Unpacked size | 6.9 KB |
| Known vulnerabilities | 0 (+23 in 1 direct dependencies) |
| Install scripts | no |
| Author | Artlfmj#2660 |
| Maintainers | artlfmj |
| Keywords | Fortool, Fortnite, Wrapper, API, theobnts, Artlfmj, fnapi.io |

## Links

- npm: https://www.npmjs.com/package/fortool
- Repository: https://github.com/Artforlfmj/fortool-wrapper
- Homepage: https://github.com/Artforlfmj/fortool-wrapper#readme
- Issues: https://github.com/Artforlfmj/fortool-wrapper/issues
- npm.io page: https://npm.io/package/fortool

## Dependencies (3)

- [axios](https://npm.io/package/axios.md) ^0.21.1
- [nodemon](https://npm.io/package/nodemon.md) ^2.0.10
- [node-fetch](https://npm.io/package/node-fetch.md) ^2.6.1

## Recent versions

- 1.0.3 (latest) — 2021-07-09
- 1.0.2 — 2021-07-09
- 1.0.1 — 2021-07-09
- 1.0.0 — 2021-07-09

## README

# fortool

[![npm version](https://flat.badgen.net/npm/v/fortnite-api-io)](https://www.npmjs.com/package/fortool)
![](https://github.com/Artforlfmj/fortool-wrapper.git)


## Install the Module
```bash
npm install fortool
```

## Require and Instantiate
```js
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

```js
// 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

---
_Source: https://npm.io/package/fortool · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
