/ip_validator

Node/Express tool for validating IP addresses from data within a text file

Primary LanguageJavaScript

IP Address validator

Requirements

  • Node 4.2.2+
  • Express
  • Mocha

To run:

npm install

Visit http://localhost:3000 (Or port specified on ENV).

Upload a text file with 1 item per line, it will be processed and seperated into 2 files, 1 with the valid IP addresses and 1 with all other data.

To test

npm test

Live Demo

http://ipvalidate.remelehane.me

wercker status