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

0.0.3 • Public • Published

@marekzelinka17/streak-counter - a basic streak counter

npm

This is a basic streak counter - inspired by Duolingo - written in TypeScript and meant for the browser (uses localStorage).

This module is available in three formats:

  • ES Module: dist/index.module.js
  • CommonJS: dist/index.cjs
  • UMD: dist/index.umd.js

Install

npm install @marekzelinka17/streak-counter

Usage

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

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

Credits

License

MIT © Marek Zelinka

Readme

Keywords

Package Sidebar

Install

npm i @marekzelinka17/streak-counter

Weekly Downloads

0

Version

0.0.3

License

MIT

Unpacked Size

45.5 kB

Total Files

17

Last publish

Collaborators

  • marekzelinka17