UNPKG

openweather-api-node

Version:

Simple package that makes it easy to work with OpenWeather API

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