compat-db
v0.0.0
Published
Lint browser compatibility of API used
Readme
compat-db
A work-in-progress attempt to make a central and scalable browser api compatability database
Installation
# Clone and install
git clone https://github.com/amilajack/compat-db.git
cd compat-db
yarn # or npm install
# Install and start selenium server
npm install selenium-standalone@latest -g
selenium-standalone install
selenium-standalone start
# In a new tab, run the tests
npm run specRoadmap
See the roadmap wiki
