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)