Skip to content

Commit

Permalink
[ops] Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
peterver committed Apr 19, 2024
1 parent 4eb9260 commit 41502d9
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,21 @@ npm install --save @valkyriestudios/data-timezones
The data pack contains the following files:
| File | Description | Included fields |
|------|-------------|-----------------|
| raw.json | Full timezone data pack | name,zone |
| raw.json | Full timezone data pack | name,aliases |

## Fields
The following is a description of the fields included in the data pack:
| Field | Description |
|------|-------------|
| **name** | The name of the timezone (this is either an alias or the zone id) |
| **zone** | The official IANA Zone ID |
| Field | Description | Example |
|------|-------------|---------|
| **name** | The name of the timezone (this is either an alias or the zone id) | `'Europe/Brussels'` |
| **aliases** | Array of Alias zones for the zone | `['Europe/Amsterdam', 'Europe/Luxembourg']` |

## Other data packs
| Package | Description |
|------|-------------|
| **[@valkyriestudios/data-colors](https://www.npmjs.com/package/@valkyriestudios/data-colors)** | Data pack containing a list of all named HTML colors |
| **[@valkyriestudios/data-continents](https://www.npmjs.com/package/@valkyriestudios/data-continents)** | Data pack containing a list of all continents |
| **[@valkyriestudios/data-countries](https://www.npmjs.com/package/@valkyriestudios/data-countries)** | Data pack containing a list of all countries |

## Contributors
- [Peter Vermeulen](mailto:contact@valkyriestudios.be)
- [Peter Vermeulen](https://www.linkedin.com/in/petervermeulen1/)

0 comments on commit 41502d9

Please sign in to comment.