TatChu / redirect-checker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Redirect checker with Nodejs

This project was forked from https://github.com/ansipes/redirect-checker

Set up

Clone the repository

git clone https://github.com/TatChu/redirect-checker.git

Install dependecies

npm install

Or

yarn

The CSV should look like this

301,a-relative-link.html,a-new-relative-link
...

Run the command

node index.js https://www.basedomain.com/ path/to/your.csv

About


Languages

Language:JavaScript 100.0%