1.0.1 • Published 6 years ago

ygohub-api v1.0.1

Weekly downloads
1
License
ISC
Repository
-
Last release
6 years ago

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);
});
1.0.1

6 years ago

1.0.0

6 years ago