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.
- Host: GitHub
- URL: https://github.com/pidgey0403/nhl-openapi
- Owner: pidgey0403
- Created: 2023-02-06T19:12:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-07T00:26:41.000Z (over 2 years ago)
- Last Synced: 2025-02-01T17:45:30.625Z (3 months ago)
- Topics: c, cpp, json, libcurl, makefile, nlohmann-json, object-oriented-programming
- Language: C++
- Homepage:
- Size: 138 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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``