Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yuiseki/wikibase-query-translate
https://github.com/yuiseki/wikibase-query-translate
javascript translation wikibase wikidata
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/yuiseki/wikibase-query-translate
- Owner: yuiseki
- License: wtfpl
- Created: 2021-04-24T06:51:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T17:51:52.000Z (about 1 year ago)
- Last Synced: 2024-03-29T12:01:46.308Z (9 months ago)
- Topics: javascript, translation, wikibase, wikidata
- Language: JavaScript
- Homepage:
- Size: 774 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wikibase-query-translate
## What is this
- `国籍:日本&職業:政治家&~所属政党:日本民主党&~死亡年月日` のような文字列を
- `P27:Q17&P106:Q82955&~P102:Q1424871&~P570` に変換します## Usage
```
node main.js '国籍:日本&職業:政治家&~所属政党:日本民主党&~死亡年月日'
```## Development
### Setup
```
npm ci
```### Test
```
npm test
```or
```
npx jest
```