UNPKG

openweather-api-node

Version:

Simple package that makes it easy to work with OpenWeather API

4 lines (3 loc) 147 B
import { DailyWeather } from "types/index"; declare function dailyParser(data: any, limit: number): DailyWeather[]; export default dailyParser;