4.1.1 • Published 12 months ago

wikidata-entity-reader v4.1.1

Weekly downloads
55
License
MIT
Repository
github
Last release
12 months ago

wikidata-entity-reader

NPM Version node

read information of wikidata entities in a simpler way

This library is meant to help with things like labels in a predefined language or faster access to claims

Install

npm install wikidata-entity-reader

Usage

import { WikibaseEntityReader } from 'wikidata-entity-reader';

const reader = new WikibaseEntityReader(entity, 'en');

reader.label();
//=> 'human'

reader.label('de');
//=> 'Mensch'
4.1.0

12 months ago

4.0.0

12 months ago

4.1.1

12 months ago

3.0.0

3 years ago

2.0.0

4 years ago

1.4.0

5 years ago

1.3.1

5 years ago

1.3.0

5 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago