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

https://github.com/zbraniecki/intllistformat

Polyfill for Intl.ListFormat
https://github.com/zbraniecki/intllistformat

Last synced: about 1 year ago
JSON representation

Polyfill for Intl.ListFormat

Awesome Lists containing this project

README

          

Intl.ListFormat
================

A polyfill for the upcoming
[Intl.ListFormat](https://github.com/zbraniecki/intl-list-format-spec)
specification.

## Installation

```
npm install intl-listformat
```
_or_
```
git clone https://github.com/zbraniecki/IntlListFormat.git
cd IntlListFormat
npm install
make
```
_or_ download the latest release from
[here](https://github.com/zbraniecki/IntlListFormat/releases/latest)

## Usage

The package's `polyfill.js` contains an UMD wrapper, so you can include or
require it pretty much anywhere. When included, it'll set `Intl.ListFormat`
according to the spec.

This version follows the Oct 2015 spec.