https://github.com/moeki0/wordam
API to get random japanese words list via Wikipedia.
https://github.com/moeki0/wordam
Last synced: 11 months ago
JSON representation
API to get random japanese words list via Wikipedia.
- Host: GitHub
- URL: https://github.com/moeki0/wordam
- Owner: moeki0
- Created: 2022-01-08T14:23:56.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-08T14:43:03.000Z (over 4 years ago)
- Last Synced: 2025-07-02T16:04:32.922Z (12 months ago)
- Language: Ruby
- Homepage: https://wordam.herokuapp.com
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wordam
API to get random japanese words list via Wikipedia.
## Usage
### Request
```
GET https://wordam.herokuapp.com
```
|param|type|default|
|--|--|--|
|limit|number|100|
### Response
```json
{
"words": [
"wordA",
"wordB",
"..."
]
}
```
## Development
```
bundle
```
```
bundle exec rackup
```