# tz-ids

> An array of time zone IDs

Latest version **1.0.0** (published 2016-06-17) · Unlicense license · 0 weekly downloads

## Install

```sh
npm install tz-ids
pnpm add tz-ids
yarn add tz-ids
bun add tz-ids
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2016-06-17 |
| First published | 2016-06-16 |
| Weekly downloads | 0 |
| License | Unlicense |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 4 |
| Author | Shinnosuke Watanabe |
| Maintainers | shinnn |
| Keywords | json, array, tz, time, zone, zones, timezone, timezones, list, data, database, iana, id, identifier, identifiers, alphabetical, browser, client-side |

## Links

- npm: https://www.npmjs.com/package/tz-ids
- Repository: https://github.com/shinnn/tz-ids
- Homepage: https://github.com/shinnn/tz-ids#readme
- Issues: https://github.com/shinnn/tz-ids/issues
- npm.io page: https://npm.io/package/tz-ids

## Alternatives

- [@sindresorhus/slugify](https://npm.io/package/@sindresorhus/slugify.md) — 3.7M weekly downloads
- [solid-js](https://npm.io/package/solid-js.md) — 2.7M weekly downloads
- [expo-glass-effect](https://npm.io/package/expo-glass-effect.md) — 2.5M weekly downloads
- [nanoassert](https://npm.io/package/nanoassert.md) — 780.8K weekly downloads
- [@ffmpeg/ffmpeg](https://npm.io/package/@ffmpeg/ffmpeg.md) — 529.5K weekly downloads

## Recent versions

- 1.0.0 (latest) — 2016-06-17
- 2.0.0-2 (next) — 2019-05-28
- 2.0.0-1 — 2019-05-27
- 2.0.0-0 — 2019-05-27
- 0.0.3 — 2016-06-17
- 0.0.1 — 2016-06-16
- 0.0.0 — 2016-06-16

## README

# tz-ids

[![NPM version](https://img.shields.io/npm/v/tz-ids.svg)](https://www.npmjs.com/package/tz-ids)
[![Bower version](https://img.shields.io/bower/v/tz-ids.svg)](https://github.com/shinnn/tz-ids/releases)
[![Build Status](https://travis-ci.org/shinnn/tz-ids.svg?branch=master)](https://travis-ci.org/shinnn/tz-ids)
[![devDependency Status](https://david-dm.org/shinnn/tz-ids/dev-status.svg)](https://david-dm.org/shinnn/tz-ids#info=devDependencies)

An array of [time zone IDs](https://en.wikipedia.org/wiki/Tz_database#Names_of_time_zones)

```js
[
  'Africa/Abidjan',
  'Africa/Accra',
  'Africa/Addis_Ababa',
  'Africa/Algiers',
  'Africa/Asmara',
  'Africa/Bamako',
  'Africa/Bangui',
  'Africa/Banjul',
  'Africa/Bissau',
  'Africa/Blantyre',
  'Africa/Brazzaville',
  'Africa/Bujumbura',
  'Africa/Cairo',
  'Africa/Casablanca',
  'Africa/Ceuta',
  'Africa/Conakry',
  'Africa/Dakar',
  //...
]
```

## Installation

### Package managers

#### [npm](https://www.npmjs.com/)

```
npm install tz-ids
```

#### [bower](https://bower.io/)

```
bower install tz-ids
```

### Standalone

[Download the script file directly.](https://raw.githubusercontent.com/shinnn/tz-ids/master/browser.js)

## API

### tzIds

Type: `Array`  

```javascript
import tzIds from 'tz-ids';

Array.isArray(tzIds); //=> true
```

IDs are sorted in alphabetical order.

## License

[The Unlicense](./LICENSE)

---
_Source: https://npm.io/package/tz-ids · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
