0.0.1 • Published 1 year ago

iit-cs-430 v0.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

CS430 Project

install

You need install environment for Nodejs program.

1.

Install Nodejs(just like Python for Python program):

go https://nodejs.org/en, and download it.

2.

Setup environment for Node.

set this line in your ~.zshrc

export PATH="$YOUR_NODE_BIN_PATH:$PATH"

Notice: replace $YOUR_NODE_BIN_PATH to your actual path of Nodejs that installed previous step.

3.

Install dependencies

npm i

run

Run index.js through node

node index.js

Notice

You will be asked three questions about the input values.

These are input file name, price file name and promotions file name. It's easy to understand.

0.0.1

1 year ago