fapi

Front-end webserver providing a file structured API

Usage no npm install needed!

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

README

fapi

A webserver for front-end development providing a file structured API

Build Status Coverage Status

  Usage: fapi [options]

  Options:

    -h, --help                      output usage information
    -V, --version                   output the version number
    -p, --port [port]               Port the webserver should listen on
    -b, --public-path [publicPath]  Path to static/public files
    -a, --api-path [apiPath         Path to the base directory of API files
    -c, --api-route [apiRoute]      Route api requests should follow
    -d, --debug [debug]             Logs more to console