README
nomi
the nomi framework based on koa2
Installation
$ npm install nomi --save
Node.js >= 8.0.0 required.
API
propety
- env
function
- run
Usage
const nomi = require('nomi');
nomi.run();
nomi.env;
the nomi framework based on koa2
<script type="module">
import nomi from 'https://cdn.skypack.dev/nomi';
</script>
the nomi framework based on koa2
$ npm install nomi --save
Node.js >= 8.0.0 required.
const nomi = require('nomi');
nomi.run();
nomi.env;