Closed tovbinm closed 2 years ago
Basically from the converter invoke "farosClient.geocode" method (https://github.com/faros-ai/feeds-sdk/blob/main/src/client.ts) to get the location information.
Tip: you can use stream context to pass farosClient to use in converters. cc @cjwooo
Resolve locations using Faros
/geocoding/lookup
API - https://dev.api.faros.ai/docs.html#Geocoding.Example from org import feed - https://github.com/faros-ai/feeds/blob/master/feeds/org/org-import-feed/src/feed.ts#L346