C++ library for football-data.org(http://api.football-data.org/index)
- Fixtures of supported teams
- Liverpool
- Arsenal
- Chelsea
- Manchester United
- Tottenham Hotspur
- Barcelona
- Real Madrid
- Curl
- rapidjson (https://github.com/miloyip/rapidjson)
sudo apt-get install curl libcurl3 libcurl3-gnutls libcurl4-gnutls-dev rapidjson-dev
- Get the soruce : git clone https://github.com/rish9511/libFootballData.git
- Build examples:
- cd path/to/libfootballdata/
- cd src/examples
- g++ -std=c++11 -o favteam ../FavTeamFixtures.cpp favteam.cpp -lcurl
- ./favteam arsenal barcelona realmadrid