Smash Pros v1.1.3 Release
April 17, 2019
Smash Alert: Alerts for new French Smash Tournaments
March 26, 2019
smashgg.js - (Unofficial) NodeJS SDK
March 22, 2019
smashgg.js is an unofficial NodeJS SDK for the start.gg public API. It allows for ease of access to common API objects and aggregations so that developers can "spend less time digging through JSON or writing GQL queries, and more time getting their application up and running."const smashgg = require('smashgg.js');const { Event } = smashgg;var doublesAtBMR2 = await Event.get('bad-moon-rising-2', 'melee-doubles');var sets = await doublesAtBMR2.getSets();console.log('Bad Moon Rising 2 Doubles:');console.log('Set count: ' + sets.length);console.log('Set results: ' + sets.map(set => set.getDisplayScore()).join('\n'),);
Lunar Phase Event Results Tweets
March 7, 2019
Lunar Phase, a tournament-organizing and broadcast team based out of New York City, have automated their workflow for creating post-event results tweets with an
open-source solutionpowered by the start.gg public API.Boost Legacy RL Seeder
March 4, 2019
For a tournament organizer, carefully seeding an event is a critical task for maintaining competitive integrity and for ensuring that players have a great experience. It can be time-consuming and tedious, and the work involved scales up as events grow.
Boost Legacy, a tournament organizer specializing in Rocket League events, uses asoftware solution(powered by the start.gg public API) to quickly and thoroughly seed their events from top to bottom.socalsmash.net (Release)
February 13, 2019
Seeding Mutation: Our First Write Method
January 25, 2019
We're happy to announce that our first write route for our public API is a seeding mutation for updating phase seeding, which Genesis 6 used for seeding their Ultimate Singles and Melee Singles events!
Brawlhalla Matchups (Initial Release)
December 23, 2018
Brawlhalla Matchups is an open source Discord bot to find results for matchups between your favorite
Brawlhalla players!SmashTicker (v2.1.2)
December 6, 2018