metal-path-parser

Utility functions for parsing express-like url paths

Usage no npm install needed!

<script type="module">
  import metalPathParser from 'https://cdn.skypack.dev/metal-path-parser';
</script>

README

metal-path-parser

Utility functions for parsing express-like url paths

Setup

  1. Install NodeJS >= v0.12.0 and NPM >= v3.0.0, if you don't have it yet. You can find it here.

  2. Install local dependencies:

npm install
  1. Build the code:
npm run build