@hoajs/language
v0.1.1
Published
Language detector middleware for Hoa.
Downloads
105
Readme
@hoajs/language
Language detector middleware for Hoa.
Installation
$ npm i @hoajs/language --saveQuick Start
import { Hoa } from 'hoa'
import { cookie } from '@hoajs/cookie'
import { language } from '@hoajs/language'
const app = new Hoa()
app.extend(cookie())
app.use(language())
export default appDocumentation
The documentation is available on hoa-js.com
Test (100% coverage)
$ npm testLicense
MIT
