This repo contains JavaScript/Node solutions to various coding challenges with a twist: to maximize the number of npm packages used.
The rules are simple:
- You may not use a package that outright solves the problem.
- Try to maximize the number of npm packages used.
MIT. See the LICENSE file for details