currentyear-api-wrapper
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

CurrentYear API wrapper

npm coverage report bundle size

Get the current year for either UTC or specific timezone(s).


Getting started

NPM

npm i currentyear-api-wrapper@latest

CDN (no installation required)

<script src="https://unpkg.com/currentyear-api-wrapper"></script>

Usage

You will most likely be using the CurrentYearService which you can import as:

import { CurrentYearService } from "currentyear-api-wrapper";

const service = new CurrentYearService();
service.getCurrentYear("America/New_York").then(console.log); // e.g. "2022"

Reference


In the words of the wise Adam Greenough,

Where is the NPM package?

Don't tempt me.

Well, I was tempted.

Package Sidebar

Install

npm i currentyear-api-wrapper

Weekly Downloads

1

Version

0.1.0

License

MIT

Unpacked Size

1.2 MB

Total Files

46

Last publish

Collaborators

  • arlopezg