1.0.1 • Published 11 months ago

ss-scrape v1.0.1

Weekly downloads
-
License
Unlicense
Repository
github
Last release
11 months ago

📝 Description

ss-scrape - Returns latest ad from ss.lv\ Result is returned as JSON object.

🔧 Setup

ss-scrape is easy to setup, just do:

npm i ss-scrape

📕 Usage

To require ss-scrape in your program do:

const ssScrape = require("ss-scrape");

Ways to call ss-scrape from your program:

//Call function and await result.
var link = "https://www.ss.lv/lv/transport/cars/today/rss/";
var result = ssScrape(link).then(result => {
	console.log(result);
});

👨‍⚖️ License

ss-scrape by EEHoveckis is licensed under the Unlicense.

1.0.1

11 months ago

1.0.0

1 year ago