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.
You can get started by cloning the project to your local machine:
$ git clone https://github.com/amitchell94/4-20ma-converter.git
For this application you will benefit from an IDE such as VScode
After cloning the repository to your local machine, you can import the project into your IDE of choice.
This application can be deployed by opening the index.html in your browser of choice.
- Andy Mitchell - Initial work - GitHub
This project is licensed under the MIT License - see the LICENSE.md file for details
- Skills learned through the CodingNomads JS course available here