# Landmark
Get a handy solution for Countries, Cities, Landmarks for your Form.

#### Features
  - Get all countries with their ISO codes

### Installation
Landmark requires [Node.js](https://nodejs.org/) v4+ to run.
```sh
$ npm install landmark --save
```

### Usage
```js
const { countries } = require('landmark'); // Common module import
import { countries } from 'landmark'; // ES6+ import
```

License
----
@Vinay
MIT