Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Latest commit

 

History

History
32 lines (22 loc) · 1.02 KB

README.md

File metadata and controls

32 lines (22 loc) · 1.02 KB

Important

@readme/http-status-codes has moved! The source for this library now lives at https://github.com/readmeio/oas.

@readme/http-status-codes

Utility to lookup HTTP status codes.

CI

ReadMe Open Source

Installation

npm install --save @readme/http-status-codes

Usage

import { getStatusCode } from '@readme/http-status-codes';

console.log(getStatusCode(429));

// { code: 429, message: 'Too Many Requests', success: false }