r6data
TypeScript icon, indicating that this package has built-in type declarations

0.0.0-alpha.9 • Public • Published

R6Data

📊 Data for r6api.js and similar projects

License Version Latest release NPM weakly downloads Discord guild

GitHub NPM Yarn Releases Changelog

💾 Installation

yarn add r6data

or

npm install r6data

👀 Usage

Table of operators which are going to drop in price:

import { OPERATORS } from 'r6data';

console.table(
  OPERATORS.filter(({ isRecruit }) => !isRecruit)
    .filter(({ nextPriceDropSeasons }) => nextPriceDropSeasons)
    .map(({ name, price, nextPriceDropSeasons }) => ({
      name,
      price: price?.renown,
      priceDrop: nextPriceDropSeasons ?? 0
    }))
);

💌 Acknowledgments

Operator icons from r6operators.marcopixel.eu

Package Sidebar

Install

npm i r6data

Weekly Downloads

45

Version

0.0.0-alpha.9

License

MIT

Unpacked Size

3.91 MB

Total Files

732

Last publish

Collaborators

  • danielwerg