1.0.1 • Published 6 years ago

landmark v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

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 v4+ to run.

$ npm install landmark --save

Usage

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

License

@Vinay MIT