Code Monkey home page Code Monkey logo

cut404

Welcome to the Cut404 REST API docs page. By: Kris Hughes, Jason Montoya, Rob Merrill, Cameron Forras

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

Cut404 is a simple framework that will generate an awesome 404 page.

We have also included instructions for where developers can add their own customizable picture to the 404 page if they would like to use their own instead of our selection.

USAGE

When wanting to implement Cut404 into your own project
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.

For a customized picture you can input URL on line 27 of
'cut404/lib/404.html'

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/plain'});
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': 'application/json'});
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

cut404's Projects

cut404 icon cut404

A simple framework that will construct a custom 404 function

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.