g-ukpoliticalparties
v0.1.0
Published
given a string try to return a set of FT style names for political parties
Downloads
4
Readme
g-ukpoliticalparties
get the FT approved full name, short name and, PA id, for a party
var parties = require('g-ukpoliticalparties');
console.log(parties('l'));
will, at the moment, log out...
{ name: 'Labour', shortname: 'Lab', ft_id: 'l', pa_id: '' }