xbox-node

A wrapper to query the xbox search API

Usage no npm install needed!

<script type="module">
  import xboxNode from 'https://cdn.skypack.dev/xbox-node';
</script>

README

xbox-node

A node.js wrapper for the Xbox search API

How to use it


var xbox = require("xbox-node");

xbox.search("halo", function(response) {

  // do whatever you want with the response.
  // the response is in JSON

});