add readme, add prettier fmt target in makefile

This commit is contained in:
Jeffrey Paul 2024-05-20 06:52:42 -07:00
parent b0915aeaa1
commit 748d827798
2 changed files with 10 additions and 0 deletions

View File

@ -5,3 +5,4 @@ run:
fmt:
go fmt *.go
prettier -w data

9
README.md Normal file
View File

@ -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.