Skip to content

Instantly share code, notes, and snippets.

View ClaudiaJ's full-sized avatar
🚒
Burnout Recovery Mode

Claudia Justice Kane ClaudiaJ

🚒
Burnout Recovery Mode
View GitHub Profile

Keybase proof

I hereby claim:

  • I am claudiaj on github.
  • I am claudiaj (https://keybase.io/claudiaj) on keybase.
  • I have a public key ASCSKnX-2IFJaQT1WJwAfXwdbUNTZWJU-CEAdlCXgyjfHwo

To claim this, I am signing this object:

@ClaudiaJ
ClaudiaJ / NEM2GAS.gs
Last active August 29, 2015 14:22
Pulls data from [Not Enough Mods](https://bot.notenoughmods.com/) into Google Spreadsheet
// Create two script properties:
// nemSheet = Target Spreadsheet Id
// outdated = JSON array of Minecraft version strings you want to skip
// The Spreadsheet must exist.
// You can create a template sheet inside called "template" to specify default formattings.
function fetchList(mcVersion) {
var response;
if (mcVersion) {
response = UrlFetchApp.fetch("https://bot.notenoughmods.com/" + mcVersion + ".json");