UNPKG

node-clima

Version:

Simple wrapper for OpenWeatherMap API

4 lines (3 loc) 89 B
// main.ts const current = require('../lib/current'); exports.Current = current.Current;