duolingo-client
v2.1.0
Published
An unofficial Duolingo client
Downloads
7
Readme
duolingo-client
An unofficial Duolingo client for JavaScript.
Requirements
duolingo-client requires node >= 7.6.0 for async/await. To use duolingo-client on older versions of node, you must use a transpiler.
In theory, duolingo-client will run in any browser that supports async/await. However, the Duolingo APIs do not support CORS, so in practice it is not very useful in a browser.
Install
duolingo-client is published to npm.
$ npm install duolingo-client
Documentation
JSDoc for master is published after every successful build to GitHub Pages.