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) 162 B
const { TurkeyWeather } = require("../dist/TurkeyWeather"); const api = new TurkeyWeather(); api.getProvinceNames().then(res => { console.log(res); })