spanish-verbs

Spanish verbs conjugation, with code from npm package 'conjugator'

Usage no npm install needed!

<script type="module">
  import spanishVerbs from 'https://cdn.skypack.dev/spanish-verbs';
</script>

README

spanish-verbs

Agreement of Spanish verbs.

Heavily based on conjugator (Copyright © 2017, HealthTap, Inc., under Apache 2.0 license).

Some of the changes:

API: getConjugation

TODO:

  • plenty of exceptions still missing

Installation

npm install spanish-verbs

Usage

const SpanishVerbs = require('spanish-verbs');

// habla
console.log(SpanishVerbs.getConjugation('hablar', 'INDICATIVE_PRESENT', 2));