Skip to content
/ dima Public

⚡unofficial & simple API for vlr.gg upcoming matches

License

Notifications You must be signed in to change notification settings

miztch/dima

Repository files navigation

dima

  • An unofficial & simple API for vlr.gg upcoming matches
    • get matches information from DynamoDB
      • source data is provided by sasha, scraper for upcoming matches
    • named after the real name of Valorant agent Neon 🩹⚡

Example

Request

$ curl endpoint/api/matches?date=2023-05-28

Response

[
  {
    "matchName": "Playoffs: Grand Final",
    "startTime": "2023-05-28T15:00:00+0000",
    "eventName": "Champions Tour 2023: EMEA League",
    "teams": [
      {
        "title": "FNATIC"
      },
      {
        "title": "Team Liquid"
      }
    ],
    "matchPage": "/213198/fnatic-vs-team-liquid-champions-tour-2023-emea-league-gf",
    "bestOf": "5",
    "id": "213198",
    "eventCountryFlag": "de"
  }
]

usage

  • You can use AWS SAM template (template.yaml)
    • Custom domain with ACM / Route53 Hostzone is implemented. Please remove it if you don't need.
sam build
sam deploy --guided --capabilities CAPABILITY_IAM

curl http:https://${your-custom-domain-endpoint}/

About

⚡unofficial & simple API for vlr.gg upcoming matches

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published