Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 244 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 244 Bytes

converter

A simple volume converter that operates on the following units: ounce, cup and liter.

To contribute

  1. clone this repo
  2. run npm install

Testing

npm test

Coverage

npm test -- --coverage

Run locally

npm start