An open API service indexing awesome lists of open source software.

https://github.com/pidgey0403/nhl-openapi

A command-line C++ app designed to display scores for all regular season games of the 2022-2023 season.
https://github.com/pidgey0403/nhl-openapi

c cpp json libcurl makefile nlohmann-json object-oriented-programming

Last synced: about 2 months ago
JSON representation

A command-line C++ app designed to display scores for all regular season games of the 2022-2023 season.

Awesome Lists containing this project

README

        

# 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``