4-20ma-converter

A simple tool to convert 4-20mA signals.

Built as part of a learning project to practise Javascript learned in the CodingNomads course linked below.

Getting Started

You can get started by cloning the project to your local machine:

$ git clone https://github.com/amitchell94/4-20ma-converter.git

Prerequisites

For this application you will benefit from an IDE such as VScode

Installing

After cloning the repository to your local machine, you can import the project into your IDE of choice.

Deployment

This application can be deployed by opening the index.html in your browser of choice.

Authors

  • Andy Mitchell - Initial work - GitHub

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Skills learned through the CodingNomads JS course available here