weather_web_scrap

1.0.1 • Public • Published

weather_web_scrap

web scarpe to get weather information

Installation

npm i weather_web_scrap

Demo

Local demo:

git clone https://github.com/afifudinmtop/weather_web_scrap.git
cd weather_web_scrap
npm install && node test.js

// it will return the weather of jakarta
// please change the city variable to get different result

Examples

const app = require("weather_web_scrap");
const city = "jakarta";

app.weather(city).then(function (result) {
  console.log(result);
});

// you can see the example files on test.js

License

weather_web_scrap is open source software licensed as MIT.

Readme

Keywords

Package Sidebar

Install

npm i weather_web_scrap

Weekly Downloads

8

Version

1.0.1

License

MIT

Unpacked Size

3.26 kB

Total Files

4

Last publish

Collaborators

  • afifudin.maarif