/GetCountries

Outputs countries data based on the selected fields. Supports MySQL, Firebird, XML, JSON, CSV or YAML.

Primary LanguageJavaScript

getCountries()

MySQL, Firebird, XML, JSON, CSV or YAML generator for custom Countries data. All the data is fetched from geonames.org

http://peric.github.com/GetCountries

Development

We use package.json to set up all the dependencies and to build production files.

Install

$ npm install

Run

$ npm start

Run and Watch

$ npm run watch

Build

$ npm build

Test

npm test