1.2.4 • Published 25 days ago

meteofrance_api v1.2.4

Weekly downloads
-
License
MIT
Repository
github
Last release
25 days ago

MeteoFrance api

DOCUMENTATION

Description

This module allows you to get the weather from the api of meteofrance.

Installation

npm install meteofrance_api

Usage

const {getWeater} = require('meteofrance_api')

Methods

getPlace

Use this method to get information about a place (city, village, etc...). This method returns array of place.

const {getPlace} = require('meteofrance_api')

getPlace('Paris').then(console.log)

getWeather

Use this method to get information about the weather of a place.

const {getWeather} = require('meteofrance_api')

getWeather('Paris').then(console.log)

getNextRain

Use this method to get information about the next rain of a place.

const {getNextRain} = require('meteofrance_api')
getNextRain('Paris').then(console.log)

Make By Alexis06030631

Instagram

1.2.4

25 days ago

1.2.3

28 days ago

1.2.2

10 months ago

1.2.1

10 months ago

1.2.0

10 months ago

1.1.6

11 months ago

1.1.5

11 months ago

1.1.4

11 months ago

1.0.3

12 months ago

1.0.2

12 months ago

1.0.1

12 months ago

1.0.0

12 months ago