ss-scrape
v1.0.1
Published
SS.LV RSS Scraper
Downloads
5
Readme
📝 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.