Nekos-life / nekos-dot-life

Nekos.life wrapper.
MIT License
166 stars 33 forks source link

Make it just send the link like nekos.py instead of a json #31

Closed k3lux closed 3 years ago

k3lux commented 3 years ago

Make it just send the link like nekos.py instead of a json

xXBuilderBXx commented 3 years ago

Not really an issue since every lang can parse json easily and if you can't do that then good luck trying to use any other apis that use that standard.

xXBuilderBXx commented 3 years ago

Also you can get the url doing neko.nsfw.neko().then(neko => {console.log(neko.url);});

TheCyberRonin commented 3 years ago

You could also do something as simple as

neko.sfw.hug().then({url} =>{
  console.log(url);
})
TheCyberRonin commented 3 years ago

Also closing this as it is a non-issue with the library.