duolingo-client

An unofficial Duolingo client

Usage no npm install needed!

<script type="module">
  import duolingoClient from 'https://cdn.skypack.dev/duolingo-client';
</script>

README

duolingo-client

An unofficial Duolingo client for JavaScript.

npm Release Build Status

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.