Skip to content

Commit

Permalink
📝 Update
Browse files Browse the repository at this point in the history
  • Loading branch information
UltiRequiem committed Jul 12, 2022
1 parent 9419ad4 commit c34bdc2
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,24 @@ Looking for a specific type of jokes? You're lucky 🐌

All available types are listed on `GET /type` 🕵️‍♂️

## Contributing

Submit a Pull Request, with your joke added to the `server/data.ts` file. Make
sure your joke is in this format:

```typescript
{
"id": last joke id + 1,
"type": "programming",
"setup": "What's the best thing about a Boolean?",
"punchline": "Even if you're wrong, you're only off by a bit."
}
```

If you have an idea for a new endpoint, submit an
[issue](https://github.com/UltiRequiem/joke-api/issues/new) or a
[pull request](https://github.com/UltiRequiem/joke-api/fork).

## Licence

Licensed under the MIT License 📄

0 comments on commit c34bdc2

Please sign in to comment.