ygohub-api
v1.0.1
Published
## What? This is an API wrapper for the [YGOHub](https://ygohub.docs.apiary.io/#reference) ,Nothing fancy about it
Downloads
4
Readme
YGOHub API Wrapper
What?
This is an API wrapper for the YGOHub ,Nothing fancy about it
Example Use
npm install ygohub-api
const banlist = require('../').api.banlistInfo;
banlist.getBanListInfo('TCG','2005-04-01','Advanced',(result)=>{
console.log(result);
});