Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jesperorb/intl-explorer
Intl Explorer is an interactive tool for experimenting and trying out the ECMAScript Internationalization API.
https://github.com/jesperorb/intl-explorer
collator currency currency-format date-formatting datetimeformat displaynames durationformat i18n internationalization intl javascript listformat numberformat relativetimeformat segmenter svelte sveltekit typescript vite
Last synced: 2 months ago
JSON representation
Intl Explorer is an interactive tool for experimenting and trying out the ECMAScript Internationalization API.
- Host: GitHub
- URL: https://github.com/jesperorb/intl-explorer
- Owner: jesperorb
- Created: 2021-12-02T19:20:13.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-14T13:57:59.000Z (4 months ago)
- Last Synced: 2024-09-14T23:51:21.373Z (4 months ago)
- Topics: collator, currency, currency-format, date-formatting, datetimeformat, displaynames, durationformat, i18n, internationalization, intl, javascript, listformat, numberformat, relativetimeformat, segmenter, svelte, sveltekit, typescript, vite
- Language: Svelte
- Homepage: https://www.intl-explorer.com
- Size: 1.61 MB
- Stars: 133
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
- awesome-sveltekit - [code
README
![social](https://github.com/jesperorb/intl-explorer/assets/21122051/4e370c44-803f-491c-b176-0a952b56b0ee)
# Intl Explorer
Intl Explorer is an interactive tool for experimenting and trying out the [ECMAScript Internationalization API](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl). The API is available under the namespace Intl in JavaScript and provides language sensitive string comparison, number formatting, and date and time formatting.
## Live site
**[https://intl-explorer.com/](https://intl-explorer.com/)**
## Running
> This repo uses [pnpm](https://pnpm.io/)
1. Install dependencies: `pnpm install`.
2. Run devserver: `pnpm dev`.
3. Visit: [http://127.0.0.1:5173/](http://127.0.0.1:5173/).## Building
1. Run command: `pnpm build`.
## Contributing
See the [contributing guide](CONTRIBUTING.md) for detailed instructions on how to get started with our project.