<p align="center">
  <img  src="https://i.imgur.com/gsVJyT5.png"> 
</p>

# Moroccan Cars Plates

## Description
> cars license numbers plates of all the cities in [Morocco](https://www.google.com/search?q=morocco) :morocco:.

# Feature

* Get cities numbers plates like: ["Tetouan: 44", "Nador: 50"]

# Installing
This is a [Node.js](https://nodejs.org/en/) module available through the
[npm registry](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
```



# Example

```js
var moroccanplates = require('moroccan-cars-plates');

 console.log(moroccanplates.GetCity(44));

 // { status: true, data: 'Tetouan' }
```