dima

command module
v0.0.0-...-09ce3b6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 21, 2024 License: MIT Imports: 18 Imported by: 0

README

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://${your-custom-domain-endpoint}/

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL