NPM version GitHub version Dependency Status devDependency Status Code Climate Build Status Coverage NPM downloads Built with Grunt
This CleverStack Module provides a list of countries backed by the database of your choosing for your application
See cleverstack.io for more detailed information on the Node seed or visit the Getting Started Guide
- From your project folder run
clever install clever-countriesand enter your options into the prompts - Run
grunt dbto rebase and seed your database.
- Clone this repo into your modules/clever-countries folder.
- Add 'clever-countries' to the bundledDependencies array of your app's package.json.
- Install the modules NPM packages.
- Run
grunt dbto rebase and seed your database.
See our LICENSE