1.0.1 • Published 6 years ago

fpjs-abv-calculator v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

FPJS-ABV-Calculator

A simple web app that calculates alcohol-by-volume from specific gravity readings. Utilizes a functional style of javascript.

Run with

  • npm install
  • npm run start

Alternatively, you can just build the app:

  • npm run webpack

The build will compile all .js files from /src into /dist/bundle.js