UNPKG

turkey-weather-placeholder

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 (5 loc) 155 B
import {TurkeyWeather} from "../dist/TurkeyWeather"; const API = new TurkeyWeather(); API.getProvinceNames().then(res => { console.log(res); })