/the-nim-alliance

Nim wrapper for TheBlueAlliance

Primary LanguageNimMIT LicenseMIT

the_nim_alliance

Nim wrapper for TheBlueAlliance's v3 API.

Inspiration from tbapy.

Setup

nimble install the_nim_alliance

prog.nim:

import the_nim_alliance
tba = TBA(authKey: "<my auth key>")
echo tba.team("frc2791")

You will need to compile with the -d:ssl flag.

nim c -d:ssl -r prog.nim