1.0.2 • Published 1 year ago

ucounter v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

streak-counter

  • Simple npm library which provides api for counter and can be accessed from anywhere.
  • This is demo created while learning TDD way of working.

To Install From NPM

yarn add ucounter
# OR
npm install ucounter

Usage

import { streakCounter } from 'ucounter'

const today = new Date()
const streak = streakCounter(localStorage, today)

// This will return an object with count