An open API service indexing awesome lists of open source software.

https://github.com/jongha/httperrorpages

This is a http error page generator. This script auto generate all of http error pages that help you do not mistake. Current template file is very simple. The various functions of the template will support in future work.
https://github.com/jongha/httperrorpages

error javascript pages

Last synced: over 1 year ago
JSON representation

This is a http error page generator. This script auto generate all of http error pages that help you do not mistake. Current template file is very simple. The various functions of the template will support in future work.

Awesome Lists containing this project

README

          

# Http Error Pages
[![Build Status](https://travis-ci.org/jongha/httperrorpages.png?branch=master)](https://travis-ci.org/jongha/httperrorpages)

I sometimes experience difficulties for error page when I build a new web site. The difficulties are related to the mistake. Because too many kinds of errors in web service. This script auto generate all of http error pages that help you do not mistake. Current template file is very simple. The various functions of the template will support in future work.

## Usage

Run script file as node.js and check out output folder.

```
$ node ./dist/httperrorpages.min.js
```

## License

httperrorpages is available under the terms of the MIT License.