get-random-api
TypeScript icon, indicating that this package has built-in type declarations

1.2.1 • Public • Published

get-random-api

A simple and lightweight module to get random api

Installation

npm i --save get-random-api

Documentation

Import what you need !

Javascript

const { getAllApis, getRandomApi, getAllCategories, getRandomCategory, getNumberOfApis } = require("get-random-api")

Typescript

import { getAllApis, getRandomApi, getAllCategories, getRandomCategory, getNumberOfApis } from "get-random-api";

Usage

getAllApis

const apis = await getAllApis()

getRandomApi

const randomApis = await getRandomApi(number)

getAllCategories

const categories = await getAllCategories()

getRandomCategory

const randomCategories = await getRandomCategory(number)

getNumberOfApis

const count = await getNumberOfApis()

Package Sidebar

Install

npm i get-random-api

Weekly Downloads

1

Version

1.2.1

License

MIT

Unpacked Size

10.4 kB

Total Files

11

Last publish

Collaborators

  • theya