/FragCaesar

This package allows you to get information from frag-caesar.de page easy and quickly.

Primary LanguageJavaScriptDo What The F*ck You Want To Public LicenseWTFPL

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'
}