From e742d43b36174a2b80582c00e501e55259485b1e Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sun, 11 Dec 2022 21:50:45 +0000 Subject: [PATCH] docs(readme): add basic readme --- README.md | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..7dbc565 --- /dev/null +++ b/README.md @@ -0,0 +1,49 @@ +

+ go-midjourney +

+ +

+ + Experimental and unfinished Go package for interacting the unofficial + MidJourney API powering midjourney.com. + +

+ +

+ + Go Reference + + + GitHub tag (latest SemVer) + + + Actions Status + + + + + + GitHub pull requests + + + License Status + +

+ +## Import + +```go +import "github.com/jimeh/go-midjourney" +``` + +## Documentation + +Please see the +[Go Reference](https://pkg.go.dev/github.com/jimeh/go-midjourney#section-documentation) +for documentation and examples. + +## License + +[MIT](https://github.com/jimeh/go-midjourney/blob/main/LICENSE)