Simple program that calculates markup costs for NuPack projects
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Text Editor (e.g., Sublime Text), Web Browser (e.g., Google Chrome)
Download or clone the project from this publicly accessible repository: https://github.com/britcoop/nupack-pricing.
For testing from the command line, use the following command (be sure to replace 'path' with the actual path to the file): "open path/nulogy.html"
To test: Adjust the data in the priceData object by entering test values. For example, priceData.materialType = "books";
Testing will verify that the pricing calculator is correctly adjusting the packaging markup costs.
Open nulogy.html in your text editor to access the code, then open this file in your browser to test the program. Javascript code for this program can be found in pricing-lib.js.
For the versions available, see the tags on this repository.
- Brittany Cooper - Initial work - (https://github.com/britcoop)
This project is licensed under the MIT License - see the LICENSE.md file for details