Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 279 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 279 Bytes

A mini project that simulates buying and selling gold with bitcoin. Queue data structure is used to keep orders and process them in order.

How to run?

NodeJS must be installed on your system. Run the project either as:

$ npm start

OR

$ node main.js