1.0.1 • Published 9 months ago

randomstatus v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
9 months ago

##modulo de prueba

Este modulo devuelve un código de estado de respuesta HTTP aleatorio usando ecma

Estados disponibles: "200 Ok" "400 Bad Request" "403 Forbidden" "404 Not Found" "408 Request Timeout" "429 Too Many Request" "500 Internal Server Error" "502 Bad Gateway" "521 Web Server Down"

instalacion:

$npm install randomstatus

uso del modulo:

const randomstatus=require('randomstatus');

let estado=randomstatus.obtenerEstado();
1.0.1

9 months ago

1.0.0

9 months ago