A class representing a parkrun country.
Get an array of all the events in this country.
ParkrunNetError ParkrunJS Networking Error.
Get an array with the names of all parkrun events in this country, in alphabetical order.
Get the country code for this country.
Country code.
Get the name for this country.
Country name.
Boolean describing weather the specified country is active or not.
country is active?
Get the site URL for this country.
Site URL
country.getSiteURL(); // 'www.parkrun.org.uk
Get the Language ID for this country.
Language ID.
Get the Wiki Name for this country.
Wiki Name.
country.getWikiName(); // 'UK'
Get the Country-Code Top Level Domain (ccTLD) for this country.
ccTLD.
country.getCCTLD(); // 'uk'
Generated using TypeDoc
A class representing a parkrun country.