frag-caesar
v1.1.0
Published
This package allows you to get information from frag-caesar.de page easy and quickly.
Downloads
2
Readme
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'
}