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

https://github.com/shnhrrsn/compat

Clear compatibility for web features.
https://github.com/shnhrrsn/compat

caniuse css html javascript mdn reference

Last synced: over 1 year ago
JSON representation

Clear compatibility for web features.

Awesome Lists containing this project

README

          

# compat.codes


data
deploy
License

[compat.codes](https://compat.codes/) is powered by data from [mdn](https://developer.mozilla.org/en-US/) and [gs.statcounter.com](https://gs.statcounter.com/) to provide clear compatibility for web features.

## Development

**compat** is built on [Next.js](https://nextjs.org). You can get started by running the following commands:

```sh
git clone https://github.com/shnhrrsn/compat.git && cd compat
git submodule update --init --depth=1
yarn install
yarn dev
```