Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/shinnn/tz-areas
- Owner: shinnn
- License: unlicense
- Created: 2016-06-16T07:33:53.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-05T10:15:49.000Z (about 8 years ago)
- Last Synced: 2024-05-27T14:09:25.895Z (6 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)