1.1.2 • Published 2 months ago

lutilsjs v1.1.2

Weekly downloads
4
License
ISC
Repository
github
Last release
2 months ago

lutilsjs

Git: https://github.com/loitd/lutilsjs
NPM: https://www.npmjs.com/package/lutilsjs
Web: https://inneka.com

Installation

npm install --save lutilsjs
or
yarn add lutilsjs

Usage

View more here

Import

var lutils = require('lutilsjs');
or
var {print, getLocationId} = require('./index');

Calling

lutils.getWeatherFromLocation('vaannaam').then((wea)=>{
    lutils.print(wea); 
}).catch((e) => {
    lutils.print(e);
});

or
const woeid = getLocationId('hà nội');

Sample output

{ title: 'Hà Nội',
  parent: 'Vietnam',
  weather_state_name: 'Heavy Rain',
  applicable_date: '2019-06-25',
  min_temp: 26.68,
  max_temp: 35.120000000000005,
  the_temp: 31.41 }
1.1.2

2 months ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago