UNPKG

turkey-weather

Version:

The 'TurkeyWeather' npm module is a tool for accessing real-time weather data and weather forecast from the Turkish State Meteorological Service (MGM) website.

7 lines 684 B
import { CastedCenterInfo, CenterResponse, DailyWeatherResponse, CastedDailyForecast, LatestEventsResponse, CastedLatestEvents, CastedHourlyForecast, HourlyWeatherResponse } from "./types"; export declare function convertTurkishCharacters(inputString: string): string; export declare function convertCityInfo(res: CenterResponse): CastedCenterInfo; export declare function convertDailyResponse(res: DailyWeatherResponse): CastedDailyForecast[]; export declare function convertHourlyResponse(res: HourlyWeatherResponse): CastedHourlyForecast[]; export declare function convertLatestEventsResponse(res: LatestEventsResponse): CastedLatestEvents; //# sourceMappingURL=converters.d.ts.map