Smash Pros v1.1.3 Release

April 17, 2019

banner img

Smash Prosis a mobile app serving competitive Super Smash Bros. Ultimate players. The latest release includes a tournament-finder feature powered by start.gg data!

Smash Alert: Alerts for new French Smash Tournaments

March 26, 2019

ss of Twitter account

Smash Alert is a Twitter account that automatically tweets out new tournaments in France for Super Smash Bros. Melee and Super Smash Bros. Ultimate.

smashgg.js - (Unofficial) NodeJS SDK

March 22, 2019
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'),
);
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."

Lunar Phase Event Results Tweets

March 7, 2019

tweet example

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

cmd output

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
socalsmash.net is a website to keep up with the _Super Smash Bros. Ultimate_ competitive esports scene in Southern California (SoCal). Currently, you will find a scoreboard area with recent tournament results, and a list of upcoming events in the SoCal region.

blog image

Seeding Mutation: Our First Write Method

January 25, 2019

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
SmashTickeris an open sourceChrome extension to quickly find Twitch streams and start.gg tournament pages for all of your favorite Super Smash Bros. games!