pl-numberplates
Version:
Node JS package to validate Poland number plates.
61 lines (43 loc) • 2.89 kB
Markdown
# pl-numberplates
[](http://badge.fury.io/js/pl-numberplates)
[](https://www.bithound.io/github/Zenedith/npm-pl-numberplates)
[](https://coveralls.io/r/Zenedith/npm-pl-numberplates?branch=master)
[](https://travis-ci.org/Zenedith/npm-pl-numberplates)
[](https://david-dm.org/Zenedith/npm-pl-numberplates)
[](https://david-dm.org/Zenedith/npm-pl-numberplates#info=devDependencies)
[](https://nodei.co/npm/pl-numberplates/)
Node JS package to validate Poland number plates.
## Installation
Download node at [nodejs.org](http://nodejs.org) and install it, if you haven't already.
```sh
npm install pl-numberplates --save
```
## Tests
```sh
npm install
npm test
```
## Dependencies
None
## Dev Dependencies
- [chai](https://github.com/chaijs/chai): BDD/TDD assertion library for node.js and the browser. Test framework agnostic.
- [istanbul](https://github.com/gotwarlost/istanbul): Yet another JS code coverage tool that computes statement, line, function and branch coverage with module loader hooks to transparently add coverage when running tests. Supports all JS coverage use cases including unit tests, server side functional tests
- [mocha](https://github.com/mochajs/mocha): simple, flexible, fun test framework
## License
The MIT License (MIT)
Copyright (c) 2015 Zenedith
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.