xbox

游戏网址导航

Usage no npm install needed!

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

README

游戏频道网址导航

安装

npm install xbox --save

示例

var xbox = require('xbox');

xbox.query().then(function(websites) {
  console.log(websites);
});