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

https://github.com/dbrant/wikidata-autodesc

A tool for generating automatic descriptions for Wikidata items.
https://github.com/dbrant/wikidata-autodesc

Last synced: over 1 year ago
JSON representation

A tool for generating automatic descriptions for Wikidata items.

Awesome Lists containing this project

README

          

# wikidata-autodesc
Automatic Wikidata description generator, running as a Node.js service.

# Usage
1. Checkout the repository.
2. npm install
3. npm start

Once started, open a browser and browse to (for example):
- http://localhost:6927/description/Q76
- http://localhost:6927/description/Hedgehog
- http://localhost:6927/description/Red_giant

Type in any Title or Q-number into the URL to retrieve its description!
(the service automatically differentiates between the two)

----
Forked from the original AutoDesc tool by Magnus Manske:
https://bitbucket.org/magnusmanske/autodesc