|
1 | 1 | # Random Words API
|
2 | 2 |
|
3 | 3 | <!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
|
4 |
| - |
5 |
| -[](#contributors-) |
6 |
| - |
| 4 | +[](#contributors-) |
7 | 5 | <!-- ALL-CONTRIBUTORS-BADGE:END -->
|
8 | 6 |
|
9 | 7 | 
|
|
22 | 20 |
|
23 | 21 | - Base URL: `https://random-words-api.vercel.app/word`
|
24 | 22 |
|
25 |
| -```html |
26 |
| -- /noun - /sentence - /question - /adjective - /idiom - /verb - /letter - |
27 |
| -/paragraph - /vocabulary - /1-word-quotes - /2-word-quotes - /3-word-quotes - |
28 |
| -/affirmation |
| 23 | +```text |
| 24 | +- /noun |
| 25 | +- /sentence |
| 26 | +- /question |
| 27 | +- /adjective |
| 28 | +- /idiom |
| 29 | +- /verb |
| 30 | +- /letter |
| 31 | +- /paragraph |
| 32 | +- /vocabulary |
| 33 | +- /1-word-quotes |
| 34 | +- /2-word-quotes |
| 35 | +- /3-word-quotes |
| 36 | +- /affirmation |
29 | 37 | ```
|
30 | 38 |
|
31 | 39 | ## 🌐 Sample API Response
|
32 | 40 |
|
| 41 | +API: `https://random-words-api.vercel.app/word/` |
| 42 | +Method: `GET` |
| 43 | + |
33 | 44 | ```json
|
34 | 45 | [
|
35 | 46 | {
|
|
42 | 53 |
|
43 | 54 | ## 🌐 Sample Dutch Response
|
44 | 55 |
|
| 56 | +API: `https://random-words-api.vercel.app/word/dutch` |
| 57 | +Method: `GET` |
| 58 | + |
45 | 59 | ```json
|
46 | 60 | [
|
47 | 61 | {
|
|
54 | 68 |
|
55 | 69 | ## 🌐 Sample Pronunciation Request
|
56 | 70 |
|
| 71 | +API: `https://random-words-api.vercel.app/pronounce` |
| 72 | +Method: `POST` |
| 73 | + |
57 | 74 | ```sh
|
58 | 75 | POST http://localhost:3000/pronounce
|
59 | 76 | Content-Type: application/json
|
|
113 | 130 | Project - Give Forked Repo URL - Go Live
|
114 | 131 | ```
|
115 | 132 |
|
116 |
| -## ✍️ Commit |
| 133 | +## :question: How to Contribute? |
| 134 | + |
| 135 | +Make your changes and follow the below instructions. We follow conventional commits. |
| 136 | + |
| 137 | +### ✍️ Commit |
117 | 138 |
|
118 | 139 | - Stage all changes
|
119 | 140 |
|
@@ -158,6 +179,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
|
158 | 179 | <!-- markdownlint-disable -->
|
159 | 180 | <table>
|
160 | 181 | <tr>
|
| 182 | + <td align="center"><a href="https://github.com/mcnaveen"><img src="https://avatars.githubusercontent.com/u/8493007?v=4?s=100" width="100px;" alt=""/><br /><sub><b>MC Naveen</b></sub></a><br /><a href="https://github.com/mcnaveen/Random-Words-API/issues?q=author%3Amcnaveen" title="Bug reports">🐛</a> <a href="https://github.com/mcnaveen/Random-Words-API/commits?author=mcnaveen" title="Code">💻</a> <a href="#data-mcnaveen" title="Data">🔣</a> <a href="https://github.com/mcnaveen/Random-Words-API/commits?author=mcnaveen" title="Documentation">📖</a> <a href="#example-mcnaveen" title="Examples">💡</a> <a href="#ideas-mcnaveen" title="Ideas, Planning, & Feedback">🤔</a> <a href="#maintenance-mcnaveen" title="Maintenance">🚧</a> <a href="https://github.com/mcnaveen/Random-Words-API/pulls?q=is%3Apr+reviewed-by%3Amcnaveen" title="Reviewed Pull Requests">👀</a></td> |
161 | 183 | <td align="center"><a href="https://github.com/jonah-butler"><img src="https://avatars.githubusercontent.com/u/18040568?v=4?s=100" width="100px;" alt=""/><br /><sub><b>jonah-butler</b></sub></a><br /><a href="https://github.com/mcnaveen/Random-Words-API/commits?author=jonah-butler" title="Code">💻</a> <a href="https://github.com/mcnaveen/Random-Words-API/commits?author=jonah-butler" title="Documentation">📖</a></td>
|
162 | 184 | <td align="center"><a href="https://santhoshveer.com/"><img src="https://avatars.githubusercontent.com/u/10300271?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Santhosh Veer</b></sub></a><br /><a href="https://github.com/mcnaveen/Random-Words-API/commits?author=mskian" title="Code">💻</a> <a href="https://github.com/mcnaveen/Random-Words-API/commits?author=mskian" title="Documentation">📖</a> <a href="#ideas-mskian" title="Ideas, Planning, & Feedback">🤔</a> <a href="#maintenance-mskian" title="Maintenance">🚧</a> <a href="https://github.com/mcnaveen/Random-Words-API/issues?q=author%3Amskian" title="Bug reports">🐛</a> <a href="https://github.com/mcnaveen/Random-Words-API/pulls?q=is%3Apr+reviewed-by%3Amskian" title="Reviewed Pull Requests">👀</a></td>
|
163 | 185 | </tr>
|
|
0 commit comments