Skip to content
This repository has been archived by the owner on Jul 29, 2021. It is now read-only.

Website to show browser opinions on controversial API:s

License

Notifications You must be signed in to change notification settings

voxpelli/webapicontroversy.com

 
 

Repository files navigation

Web API Controversy

Shut down due to lack of time to maintain + a general lack of interest from others as well as coming across as controversial in itself, requiring more time to navigate and research. Thanks for the interest! / Pelle

Building

Running

$ npm install
$ npm run build

will build index.html. Commit that file to master. By pushing to the repository, the live version of the website is updated.

Developing

$ npm run watch

Will continously rebuild index.html whenever data.json or index.hbs is changed.

Data

All the data for the table is in data.json.

The browsers are defined in the browser property. The logo for the browser must be in the logos directory and must be named ${browser.tag}.svg.

The APIs are defined in teh api property.

If a “Details” button is clicked, a “dialog” is openend, showing the contents of partials/${api.tag}_${browser.tag}.html.

Based on

Is Houdini Ready Yet?

License

Apache 2

About

Website to show browser opinions on controversial API:s

Resources

License

Security policy

Stars

Watchers

Forks

Languages

  • Handlebars 52.0%
  • HTML 42.1%
  • JavaScript 5.9%