Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 648 Bytes

File metadata and controls

36 lines (22 loc) · 648 Bytes

Sofascore APIs

This section document describe the APIs from sofascore. Sofascore has a lot of data and in play statistics we will try to document here.

api documentation

swagger

The swagger file is available in this project in case you want to auto generate a client

run the server locally

The swagger file is also available on a local web server you can deploy anywhere to test sofascore apis

Get it started

Get the dependencies

npm ci

Run it locally

npm run start

Docker container

To allow you to deploy the swagger app anywhere we have a docker image available

TBD