g-ukpoliticalparties

v0.1.0
given a string try to return a set of FT style names for political parties

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: '' }
npm i g-ukpoliticalparties

Metadata

Downloads

Maintainers