Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 319 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 319 Bytes

NHL-Game-Parse

This assignment was built using C++, the NHL's Open API, curl, and nlohmann-json.

Build this program via the following command: make

Run the assignment via the following command: ./assignment-1

Delete output files and executable files via the following command: make clean