An open API service indexing awesome lists of open source software.

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.

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
```