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

https://github.com/t2ym/compat-table

Hooked ES compatibility tables
https://github.com/t2ym/compat-table

Last synced: 6 months ago
JSON representation

Hooked ES compatibility tables

Awesome Lists containing this project

README

          

# Hooked [ECMAScript compatibility tables](http://kangax.github.io/compat-table/es6/)

Served on GitHub Pages at [https://t2ym.github.io/compat-table/](https://t2ym.github.io/compat-table/)

# Build

```sh
git clone https://github.com/t2ym/compat-table.git
cd compat-table
git submodule update --init
npm ci
gulp
```

# Serve

```sh
gulp https # Serve at https://localhost:8080/
```