1.0.1 • Published 2 years ago

christotletz v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

ChristotleTZ (c)

ChristotleTZ is an timezone and country code package.

What this basic package will do is export a set of timezones and country codes. So anyone who wants to use these datasets for their own use case can install this package by using npm i christotletz

Documention

const {countryCodes} = require("./countrycodes") const {timeZones} = require("./timezones")

exports.getTimeZones = () => timeZones exports.getCountryCodes = () => countryCodes

Developer: Christotle Agholor.