Skip to content

Devfolio

Evaluate all submissions from a Devfolio hackathon.

ts
{ kind: 'devfolio', hackathonSlug: string }
FieldTypeRequiredDescription
hackathonSlugstringHackathon subdomain slug

Example

ts
const run = client.run({
  kind: 'devfolio',
  hackathonSlug: 'ethbangkok',
});

Finding the slug

The slug is the subdomain of the hackathon's Devfolio URL:

https://ethbangkok.devfolio.co  →  slug: "ethbangkok"
https://superhack.devfolio.co   →  slug: "superhack"

Released under the MIT License.