diff --git a/Makefile b/Makefile index d1a8132..1578583 100644 --- a/Makefile +++ b/Makefile @@ -5,3 +5,4 @@ run: fmt: go fmt *.go + prettier -w data diff --git a/README.md b/README.md new file mode 100644 index 0000000..73bf429 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# curiosa.io scraper + +This is a scraper for the API at curiosa.io. + +Included in the repository are json data files representing every SCR card. + +# License + +WTFPL for `\*.go` files.