Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 505 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 505 Bytes

SubnetterJS

SubnetterJS is a library for performing IP addressing calculations.

Contributing

Please see CONTRIBUTING.md for more information.

Installation

For Bower:

$ bower install subnetterjs

For Node:

$ npm install tylerdmace/subnetterjs

API

Additional

subnetter.html is provided as a way to play with the library easily. Simply open the page in a browser and open up the JavaScript console.

test.html is provided as a way to test the library via Mocha.