moroccan-cars-plates
Version:
you can know Moroccan Cars Plates
41 lines (26 loc) • 958 B
Markdown
<p align="center">
<img src="https://i.imgur.com/gsVJyT5.png">
</p>
> cars license numbers plates of all the cities in [Morocco](https://www.google.com/search?q=morocco) :morocco:.
* Get cities numbers plates like: ["Tetouan: 44", "Nador: 50"]
This is a [Node.js](https://nodejs.org/en/) module available through the
[](https://www.npmjs.com/).
Before installing, [download and install Node.js](https://nodejs.org/en/download/).
Node.js 0.10 or higher is required.
If this is a brand new project, make sure to create a `package.json` first with
the `npm init` command.
Installation is done using the
`npm install` command:
```console
$ npm install moroccan-cars-plates
```
```js
var moroccanplates = require('moroccan-cars-plates');
console.log(moroccanplates.GetCity(44));
// { status: true, data: 'Tetouan' }
```