0.0.4 • Published 8 years ago

accettare v0.0.4

Weekly downloads
6
License
MIT
Repository
github
Last release
8 years ago

accettare


simple accept-language parser.

Installation:

npm install accettare --save

Usage:

const accettare = require('accettare');
accettare.languages(['en-US', 'zh-CN']);
console.log(accettare.get('en-GB,en;q=0.8,sv'));

/**
 * 'en-US'
 */

LICENSE

The MIT License. See LICENSE.

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago