Code Monkey home page Code Monkey logo

cut404's Introduction

Welcome to the Cut404 REST API docs page.

Tired of the same plain and ugly 404 page? Why not use our badass Cut404 page that is sure to turn heads.

Cut404 is a simple framework that will contruct a custom 404 page.

USAGE

When wanting to implement Cut404 into your own project:

  1. Be sure to place the following to use the custom 404 page and content types:

    const Constructor = require('Cut404'); var con = new Constructor();

    con.four04(res); con.writeHeadHTML(res); con.writeHeadPLAIN(res); con.writeHeadJSON(res);

con.four04(res)

This function is the main feature of Cut404. This will reference to a custom
404 Page. This feature removes clutter of typing typical 404 response and 
presents a readable 404 response to user.

con.writeHeadHTML(res)

This function removes clutter of typing the following:
res.writeHead(200, {'Content-Type': 'text/html'});
Obviously saves space and is VERY readable.

con.writeHeadPLAIN(res);

This function removes clutter of typing the following:
res.writeHead(200, {'Content-Type': 'text/html'});
Again, it obviously saves space and is VERY readable.

con.writeHeadJSON(res);

This function removes clutter of typing the following:
res.writeHead(200, {'Content-Type': 'text/html'});
You already know the answer, it obviously saves space and is VERY readable.

last. To view our complete project with test, clone this repo: https://github.com/cut404/cut404

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.