Skip to content

rish9511/libFootballData

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

libFootballData

C++ library for football-data.org(http://api.football-data.org/index)

Features

  • Fixtures of supported teams

Supported teams

  • Liverpool
  • Arsenal
  • Chelsea
  • Manchester United
  • Tottenham Hotspur
  • Barcelona
  • Real Madrid

Dependencies

Install Dependencies

sudo apt-get install curl libcurl3 libcurl3-gnutls libcurl4-gnutls-dev rapidjson-dev

Usage

  • 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

About

C++ library for football-data.org(http://api.football-data.org/index)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages