some random apis for all your needs
npm install some-random-api
Some Random Api is an api where you can find a lot of random apis from games, sites, even animal facts!
__Advantages of Some Random Api__
- Simple rest api
- easy to use
- free of charge
- no keys
__For more information__ Check the docs
Looking for wrappers for other languages?
Go here for the list of all wrappers!
``javascript
const { api } = require('some-random-api');
api.img.panda().then(res => {
console.log(res);
});
``