Skip to content

Commit

Permalink
edit README
Browse files Browse the repository at this point in the history
  • Loading branch information
zcpua authored Apr 25, 2023
1 parent e7ad79e commit d2d6441
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# midjourney-api

Node.js client for the unofficial MidJourney API.
<div align="center">
<p>
<a href="https://discord.gg/dP95gZ8z"><img src="https://img.shields.io/discord/1082500871478329374?color=5865F2&logo=discord&logoColor=white" alt="Discord server" /></a>
<a href="https://www.npmjs.com/package/midjourney"><img src="https://img.shields.io/npm/v/midjourney-discord.svg?maxAge=3600" alt="npm version" /></a>
</p>
</div>
[discord bot example](https://github.com/erictik/midjourney-discord)

## Install

Expand Down Expand Up @@ -60,3 +67,9 @@ Then, run the example with the following command:
```bash
npx tsx example/imagine.ts
```
```bash
npx tsx example/upscale.ts
```
```bash
npx tsx example/variation.ts
```

0 comments on commit d2d6441

Please sign in to comment.