This is a simple API for converting various units of measurement.
Clone the repository and install the dependencies:
git clone https://github.com/yourusername/conversion-api.git
cd conversion-api
npm install
Usage
Start the server:
npm run start or npm run start-watch
Test
npm run test
API reference installation
npm run docs
The API will be available at http://localhost:3000.
See the API documentation for more information on the available endpoints.
License
This project is licensed under the MIT License.