https://github.com/mapbox/tokml
tokml(geojsonObject, [options])
Given GeoJSON data as an object, return KML data as a string of XML.
options is an optional object that takes the following options:
options
The property to name/description mapping: while GeoJSON supports freeform properties on each feature, KML has an expectation of name and description properties that are often styled and displayed automatically. These options let you define a mapping from the GeoJSON style to KML's.
properties
name
description
Timestamp: KML can associate features with a moment in time via the TimeStamp tag. GeoJSON doesn't have a comparable field, but a custom property can be mapped
TimeStamp
timestamp
Document name and description: KML supports name and description properties for the full document.
documentName
documentDescription
simplestyle-spec support:
simplestyle
true