Skip to content

fjukstad/scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

scratch

Simple pkg for getting information about scratch projects at scratch.mit.edu

example

package main

import (
	"github.com/fjukstad/scratch"
)

func main() {
	id := "86536890"
	p, err := scratch.GetProject(id)
   ...
}

About

Simple pkg for getting information about scratch projects at scratch.mit.edu

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages