@regionhalland/simple-redirect-server

0.1.0 • Public • Published

simple-redirect-server

A simple redirect server used for redirecting old to new sites using a csv file. See example folder for more information.

Install

$ npm install @region-halland/simple-redirect-server

Usage

var srs = require('@region-halland/simple-redirect-server');

//Init server
srs.init({
    portListen: 1337, //HTTP server will listen on this port
    httpStatusCode: 301, //This will be the http code used for redirections
    csvFile: __dirname + "/redirects.csv" //Path to csv file used for redirections
});

Example

See example folder for an example.

Q&A

How should my .csv file be structured to work?

See the redirect.csv file inside example folder.

License

GPL-2.0 © Region Halland

Readme

Keywords

Package Sidebar

Install

npm i @regionhalland/simple-redirect-server

Weekly Downloads

1

Version

0.1.0

License

GPL-2.0

Unpacked Size

55.9 kB

Total Files

8

Last publish

Collaborators

  • tlqvst
  • joelsanden