nodetutorial-fac

tutorial dictionary thingy

Usage no npm install needed!

<script type="module">
  import nodetutorialFac from 'https://cdn.skypack.dev/nodetutorial-fac';
</script>

README

Nodetutorial

Nodetutorial ...

Features

  • Import list of words into an arrray called words
  • [] Search through a list of words through a string and return a list of suggestions
  • [] Record the string that was searched for (for stats and graphs)

Test.js

var assert = require('assert');