corroborate

Description

Usage no npm install needed!

<script type="module">
  import corroborate from 'https://cdn.skypack.dev/corroborate';
</script>

README

corroborate

A validator for the JSON API specification

Build Steps

Make sure you have node & npm installed, then:

  • Install Bower npm install -g bower
  • Install Brunch npm install -g brunch
  • Install npm packages npm install
  • Install Bower packages bower install
  • Tell Brunch to watch the project files and rebuild on changebrunch watch --server
  • Open the build result open public/index.html
  • See results in the JavaScript console (for now)