@cloudbet/market-helper
v1.46.20
Published
SDK to generate localized sport market information
Downloads
589
Maintainers
Readme
sports-sdk
Based on API v6 and the sports-core schemas.
brew install yarn
yarn start
- Starts typescript compiler in watch modeyarn build
- Builds the sdk into/dist
.yarn document
- Creates the api documentation under/docs
.yarn test
- Runs tests.yarn lint
- Runs eslint.
Editor config
If using VSCode with ESLint extension, add
"eslint.validate": [
"javascript",
"javascriptreact",
"typescript",
"typescriptreact"
]
to you VSCode's settings.json
to enable typescript linting.