get-json-hq

wrapper for getting json with hyperquest

Usage no npm install needed!

<script type="module">
  import getJsonHq from 'https://cdn.skypack.dev/get-json-hq';
</script>

README

get-json

wrapper for getting json with hyperquest

Build Status
NPM

install

npm install get-json-hq

test

./bin/test

example

getJson = require("get-json-hq")

getJson("http://localhost:3002", function(err, res) {
  // do stuff
}