septicycle

SeptiCycle

Download/month Total Download

Utilities for Ingress cycle timing, checkpoint calculations, IFS helpers, AP estimation, and event-date helpers.

Install

npm install septicycle

Current Version

Quick Start

import {
	Checkpoint,
	checkpointNumberAtTime,
	I2sDay,
	GetNoOfAgentsRequired,
	percentThisCheckpoint,
	percentThisCycle
} from "septicycle";

console.log(Checkpoint());
console.log("Checkpoint #:", checkpointNumberAtTime(Date.now()));
console.log(I2sDay());
console.log("Required agents:", GetNoOfAgentsRequired([8, 8, 8, 8, 7, 7, 6, 6]));
console.log("Checkpoint progress:", percentThisCheckpoint);
console.log("Cycle progress:", percentThisCycle);

Common Exports

Time and cycle constants

Cycle and checkpoint state

Date helpers

IFS and challenge helpers

AP helpers

Portal and resonator helpers

Scripts

License

MIT