Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 449 Bytes

readme.md

File metadata and controls

15 lines (10 loc) · 449 Bytes

Encode a CSV with three-letter country codes

Given a CSV for input, this JS script will output a new CSV with additional columns containing the ISO 3166-1 alpha-3 country codes.

Installation

Requires npm, bower and grunt. To install the necessary packages and boot up an Express server:

npm install && bower install
grunt

Point the browser to http://localhost:9008/ to begin.