Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shinnn/tz-areas

An array of time zone areas
https://github.com/shinnn/tz-areas

Last synced: 26 days ago
JSON representation

An array of time zone areas

Awesome Lists containing this project

README

        

# tz-areas

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

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

```json
[
"Africa",
"America",
"Antarctica",
"Arctic",
"Asia",
"Atlantic",
"Australia",
"Europe",
"Indian",
"Pacific"
]
```

## Installation

### Package managers

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

```
npm install tz-areas
```

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

```
bower install tz-areas
```

### Standalone

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

## API

### tzAreas

Type: `Array`

```javascript
import tzAreas from 'tz-areas';

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

## License

[The Unlicense](./LICENSE)