Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/einenlum/french-verbs-list
A JSON list of all french verbs, sorted by conjugation group
https://github.com/einenlum/french-verbs-list
Last synced: about 11 hours ago
JSON representation
A JSON list of all french verbs, sorted by conjugation group
- Host: GitHub
- URL: https://github.com/einenlum/french-verbs-list
- Owner: Einenlum
- License: mit
- Created: 2018-10-03T20:02:29.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-10T09:07:29.000Z (about 6 years ago)
- Last Synced: 2024-11-07T23:41:21.172Z (1 day ago)
- Language: JavaScript
- Homepage:
- Size: 111 KB
- Stars: 21
- Watchers: 6
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# French Verbs List
A json file that contains all verbs that exist in French language sorted by conjugation groups.
## Install
`npm install --save french-verbs-list`
## Use
```js
const verbs = require('french-verbs-list');console.log(verbs.firstGroup); // array of verbs of the first group
console.log(verbs.secondGroup); // array of verbs of the second group
console.log(verbs.thirdGroup); // array of verbs of the third groupconsole.log(verbs.all); // array of all verbs, flattened
```## Contribution
This is a work in progress. Please contribute if you find a verb missing.