1.1.0 • Published 2 years ago

frag-caesar v1.1.0

Weekly downloads
1
License
WTFPL
Repository
-
Last release
2 years ago

Frag Caesar Scrapper

Frag Caesar is a german-latin vocabulary page. This package allows you to get information from that page easy and quickly.

Please do not judge my code I did this in less than two hours.

fragCaesar.getWordInformation('appellantur') return for example:

{
latin: 'appellantur',
type: 'Verb',
flexion_type: 'A-Konjugation',
form: '3. Person Plural Präsens Indikativ Passiv',
german: 'sie werden genannt|sie werden angeredet|sie werden angerufen|sie werden angesprochen|sie werden ausgesprochen|sie werden benannt|sie werden durchsetzt; durchgesetzt'
}