1.1.0 • Published 1 year ago

random-gif-api v1.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Random GIF API

How to use?

const rga = require("random-gif-api")

//In this example we use the anime bite endpoint
rga.getGif('bite').then((data) => {
  console.log(data) // This return as example: https://apiservice1.kisara.app/satou/interactions/bite/6.gif
})

//OR with async/await function

const data = async() => {
  const data = await rga.getGif('bite');
  console.log(data); // This return as example: https://apiservice1.kisara.app/satou/interactions/bite/3.gif
}

For support or suggestions join my Discord Server :) https://discord.com/invite/43Cap3paDN (New Link)

1.1.0

1 year ago

1.0.5

2 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago