Skip to content

Releases: crizmo/AnyAnime

v1.3.0

03 Nov 09:59
Compare
Choose a tag to compare

Options

Options Description Usage Params
getAnime Anime images - png / gif anyanime.getAnime({}) { type: "png", number: 10 }
checkUpdate Check for new npm package updates. anyanime.checkUpdate(true) true or false

By default the type is png and number is 1.

Max number of images you can ask for at a time is 10.

Functions

const anyanime = require("anyanime");

anyanime.getAnime({}).then(console.log); // Shows 1 random anime pfp image.

anyanime.getAnime({ type: "png", number: 10 }).then(console.log); // Shows 10 random anime pfp images.
anyanime.getAnime({ type: "gif", number: 10 }).then(console.log); // Shows 10 random anime gif pfp images.

// Both are async functions because it fetches the images from AnyAnime Api and that might take some time.

anyanime.checkUpdate(true);

v1.2.45

26 Oct 14:53
Compare
Choose a tag to compare

Other things being the same

  • Updated db size
  • Updated AnyAnime API
  • Gifs

If you have any idea / suggestion for any-anime API / npm package do tell me !
Thank you for using AnyAnime !

( I really need to move to 1.3 )

v1.2.25

04 Aug 13:22
Compare
Choose a tag to compare

Other things being the same

  • Updated db size to 600
  • Updated AnyAnime API

Todo

  • Make the API img route better
  • Reach 1000 images
  • Work on any-anime site

Thank you for using AnyAnime !

v1.2.17

25 Mar 02:53
Compare
Choose a tag to compare

Other things being the same

Thank you for using AnyAnime !

v1.2.14

16 Mar 17:10
Compare
Choose a tag to compare

Version :- 1.2.14
Changes: No major changes in the package

News :- Anyanime now has a website
https://anyanime-npm.netlify.app

Stuff :

  • Will keep on adding more to the db
  • Current db - 300
  • Changes to the website
  • Minor changes in the package
  • New checkUpdate(); function to check updates of the package
    image