Skip to content
This repository has been archived by the owner on Feb 17, 2021. It is now read-only.

Latest commit

 

History

History
14 lines (10 loc) · 278 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 278 Bytes

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: '' }