ss-scrape

1.0.0 • Public • Published

📰 ss-scrape

SS.LV RSS Scraper

📝 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.

Readme

Keywords

none

Package Sidebar

Install

npm i ss-scrape

Weekly Downloads

1

Version

1.0.0

License

Unlicense

Unpacked Size

2.99 kB

Total Files

4

Last publish

Collaborators

  • eehoveckis