ingress-prime-stat
TypeScript icon, indicating that this package has built-in type declarations

2.4.2 • Public • Published

Ingress Prime Stat

A lightweight conversion tool for Ingress Prime statistics, implemented in TypeScript.

Table of Contents

Description

Ingress Prime Stat is a utility designed to assist Ingress Prime players in converting and analyzing game statistics. Whether you want to compare your agent's performance over time or share specific metrics with other players, this tool makes it easy to convert raw Ingress Prime statistics data into a more user-friendly format.

This project is inspired by ingress-prime-stat-to-json

Installation

To use Ingress Prime Stat, install using package manager of your choice:

npm install ingress-prime-stat@latest --save

Usage

Ingress Prime Stat is designed to be used in a JavaScript or TypeScript project:

const { IngressPrimeStat } = require('ingress-prime-stat');

const stat = IngressPrimeStat.process('your ingress stat string');

console.log(stat.toString());
import { IngressPrimeStat } from 'ingress-prime-stat';

const stat = IngressPrimeStat.process('your ingress stat string');

console.log(stat.toJSON());

Readme

Keywords

none

Package Sidebar

Install

npm i ingress-prime-stat

Weekly Downloads

9

Version

2.4.2

License

MIT

Unpacked Size

59.7 kB

Total Files

6

Last publish

Collaborators

  • haloivanid