Skip to content

Commit

Permalink
Add example
Browse files Browse the repository at this point in the history
  • Loading branch information
lgaticaq committed Mar 18, 2016
1 parent 94f0ffa commit 081cdd5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions example.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
const anime = require('anime-dl');

const uri = 'http://jkanime.net/one-piece/732/';
const data = await anime.searchAnime(uri);

0 comments on commit 081cdd5

Please sign in to comment.