Skip to content

Instantly share code, notes, and snippets.

@Strift
Strift / index.js
Last active November 26, 2021 16:20
Example of PandaScore tournament brackets API consumption
import { fetchMatches, formatAsTree } from './tournament'
async function main() {
const matchesData = await fetchMatches(LCS_PROVING_GROUNDS_PLAYOFFS_ID)
bracketTree = formatAsTree(matchesData)
console.log(bracketTree)
}
main()
@Strift
Strift / readme.md
Last active August 31, 2018 07:41
Advanced web programming

Advanced web programming

Resources used in class

Learning outcomes

  • Building a website with modern tooling and understanding of front-end and back-end concepts
  • Front-end technologies: HTML5, CSS3 (Bootstrap - optional), Javascript (Vue.js)
  • Back-end technologies: Node.js (Express)
var app = new Vue({
el: '#app',
data: {
requests: [],
listOfNames: []
},
created: function (argument) {
this.fetchRequests()
{
"id": 585,
"slug": "faker",
"name": "Faker",
"first_name": "Sanghyeok",
"last_name": "Lee",
"role": "mid",
"stats": [
{
"serie": {
$ ignite node
NAME:
.HelpName node - Manage nodes
USAGE:
.HelpName node command [command options] [arguments...]
COMMANDS:
list, ls List nodes in the cluster
inspect Display detailed information on one or more nodes
$ ignite
NAME:
.Name - A new cli application
USAGE:
.HelpName [global options] command [command options] [arguments...]
VERSION:
1.0.0