@aristidenf/streak-counter
TypeScript icon, indicating that this package has built-in type declarations

0.0.3 • Public • Published

@aristidenf/streak-counter - basic streak counter

This is a streak counter for the browser, inspired by Duolingo written in Typescript (uses localStorage).

Install

npm install @aristidenf/streak-counter
yarn add @aristidenf/streak-counter

Usage

import { streakCounter } from "@aristidenf/streak-counter";

const today = new Date();
const streak = streakCounter(localStorage, today);
// streak returns an object:
// {
//    currentCount: 1,
//    lastLoginDate: "6/12/2022",
//    startDate: "6/12/2021",
// }

Readme

Keywords

none

Package Sidebar

Install

npm i @aristidenf/streak-counter

Weekly Downloads

0

Version

0.0.3

License

MIT

Unpacked Size

53.2 kB

Total Files

18

Last publish

Collaborators

  • aristidenf