4chanapi

Access to 4chan's read-only JSON API via node.js

Usage no npm install needed!

<script type="module">
  import chanapi from 'https://cdn.skypack.dev/4chanapi';
</script>

README

4chanapi

Access to 4chan's read-only JSON API via node.js

Features

/**
 * List available boards of 4chan
 * @async
 */
getBoards();