dajk / hltv-api

DEPRECATED: An unofficial JSON api for popular CS:GO website hltv.org. Check available methods on https://hltv-api.vercel.app/
http://npm.im/hltv-api
MIT License
277 stars 59 forks source link

feat: include liveMatches in matches response #94

Open Ma-ve opened 1 year ago

Ma-ve commented 1 year ago

edit: aww, the build is failing. I can't see why though. I've got one local warning that I can't seem to get rid of, which occurs when running npm run build. It does still properly build though. The error:


> @ma-ve/hltv-api@1.0.4 build
> tsc -p .

node_modules/cheerio/lib/options.d.ts:29:24 - error TS2304: Cannot find name 'URL'.

29     baseURI?: string | URL;
                          ~~~

Found 1 error in node_modules/cheerio/lib/options.d.ts:29

This occurs on any branch. I'm not that well versed in TS so I haven't got the slightest what's up.

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
hltv-api ❌ Failed (Inspect) Nov 16, 2022 at 8:58PM (UTC)
Ma-ve commented 1 year ago

@dajk Loving your project! Are you open to Pull requests? :-)

dajk commented 1 year ago

Hi @Ma-ve ,

Thanks for contributing!

@dajk Loving your project! Are you open to Pull requests? :-)

Yes, sure. I will have a look what's wrong with the build ;)

Ma-ve commented 1 year ago

@dajk Hi @Ma-ve ,

Thanks for contributing!

@dajk Loving your project! Are you open to Pull requests? :-)

Yes, sure. I will have a look what's wrong with the build ;)

Cool, thank you!