Skip to content

codesphere-cloud/express-status-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Express Status

A simple Express.js application that renders HTTP status codes with visual styling. Has ci.yml included to be used with Codesphere

Features

Navigate to [url] and try different status codes:

  • [url]/0xx - Non standard (random)
  • [url]/1xx - Informational (gray)
  • [url]/2xx - Success (green)
  • [url]/3xx - Redirect (blue)
  • [url]/4xx - Not Found (orange)
  • [url]/5xx - Server Error (red)
  • [url]/6xx - Non standard (random)
  • [url]/7xx - Non standard (random)
  • [url]/8xx - Non standard (random)
  • [url]/9xx - Non standard (random)

Warning: 1xx status codes may be interpreted by the browser and result in no page shown.

Installation

npm install

Usage

Start the server:

node index.js

About

A simple express app to test different status responses

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published