1.0.20 • Published 8 years ago
yr-lib v1.0.20
Yr.no library
A simple library to call the Yr.no XML based api and return response in JSON
Installation
$ cd root project
$ npm install yr-lib
Usage
ES5
var LocationForecast = require('yr-lib').LocationForecast;
LocationForecast(lat, lon,function(data) {
//do something with data
});
ES6
import { LocationForecast } from 'yr-lib';
LocationForecast(lat, lon, data => {
//do something with data
});
Get weather in current day and time
ES5
var CurrentLocationForecast = require('yr-lib').CurrentLocationForecast;
CurrentLocationForecast(lat, lon, local_time, time_diff_hour, function(data) {
//do something with data
});
ES6
import { CurrentLocationForecast } from 'yr-lib';
CurrentLocationForecast(lat, lon, local_time, time_diff_hour, data => {
//do something with data
});
1.0.20
8 years ago
1.0.19
8 years ago
1.0.18
8 years ago
1.0.17
8 years ago
1.0.16
9 years ago
1.0.15
9 years ago
1.0.14
9 years ago
1.0.13
9 years ago
1.0.12
9 years ago
1.0.11
9 years ago
1.0.10
9 years ago
1.0.9
9 years ago
1.0.7
9 years ago
1.0.6
9 years ago
1.0.5
9 years ago
1.0.4
9 years ago
1.0.3
9 years ago
1.0.2
9 years ago
1.0.1
9 years ago
1.0.0
9 years ago