Skip to content

Instantly share code, notes, and snippets.

@haderman
haderman / Index.js
Created November 16, 2021 21:09 — forked from travisk-codes/Index.js
Basketball API to CSV File
// we need to format a csv file
import converter from 'json-2-csv'
// we need to write a csv file
import fs from 'fs'
// we need to hit their api
import fetch from 'node-fetch'
// we need to unfold nested objects
import flatten from './flatten.js'
const URL = 'https://www.balldontlie.io/api/v1'
@haderman
haderman / GitCommitEmoji.md
Created March 25, 2020 22:43 — forked from parmentf/GitCommitEmoji.md
Git Commit message Emoji