Skip to content

Latest commit

 

History

History
52 lines (37 loc) · 1.87 KB

README.md

File metadata and controls

52 lines (37 loc) · 1.87 KB

Network Calculator

CircleCI Coveralls Contributors MIT License

Logo

About the project

This project is a short example of network calculations. After entering of an IPV4 address and subnet mask, script is computing the broadcast, network and first/last host address.

Technology stack

Prerequisites

To install this project you need to:

  1. Pull this repository
  2. In project directory -> install npm dependencies:
npm install

Getting Started

To run this project you need to:
In project directory -> compile typescript to javascript

npm run build
  1. In dist directory, run the program:
node main.js

License

Distributed under the Apache License 2.0 License. See LICENSE for more information.

Project Link: https://github.com/h4570/network-calculator