You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

meteofrance_api

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

meteofrance_api

A simple API to get weather data from ®MétéoFrance

1.2.4
latest
Source
npmnpm
Version published
Weekly downloads
50
4.17%
Maintainers
1
Weekly downloads
 
Created
Source

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

Keywords

wheather

FAQs

Package last updated on 18 Apr 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts