telkenes / some-random-api

a Nice Random Api for node.js users

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NpmPackage

Discord

About

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!

Code Examples

const { SRAClient } = require('some-random-api');

const sraClient = new SRAClient(/* Insert API key if available */);
sraClient.fetch('/chatbot', { message: 'Hello' }).then(console.log);

Links

License

Released under the Apache 2.0 License

About

a Nice Random Api for node.js users

License:Apache License 2.0


Languages

Language:TypeScript 97.8%Language:JavaScript 2.2%