NB Scraper Docs - v1.3.0
    Preparing search index...

    Class WeatherMaster

    Get Weater Info

    import { WeatherMaster } from 'nb-scraper';
    // with default location (jakarta)
    const weather = new WeatherMaster();
    console.log(weather)

    // or with specific coordinates
    const customWeather = new WeatherMaster({
    lat: "-6.200000",
    lon: "106.816666"
    });
    console.log(customWeather)

    Fgsi (FongsiDev)

    Index

    Constructors

    Methods