diff --git a/example.js b/example.js new file mode 100644 index 0000000..64a981d --- /dev/null +++ b/example.js @@ -0,0 +1,4 @@ +const anime = require('anime-dl'); + +const uri = 'http://jkanime.net/one-piece/732/'; +const data = await anime.searchAnime(uri);