1.1.3 • Published 3 years ago

distrowatch-parser v1.1.3

Weekly downloads
1
License
ISC
Repository
github
Last release
3 years ago

DistroWatch Parser

Take a look at distrowatch-data if you want a JSON file with up-to-date dumps generated by this tool (of all rankings)

This package provides both a command and a library you can use to get rankings out of the website.

Usage

npm install -g distrowatch-parser
distrowatch-parser --help

How it works

Because DistroWatch does not provide an API for the ranking, this library does its thing by simply requesting the page and parsing the result and then converting it to objects.

It uses typescript under the hood as well as axios (to make the requests) and cheerio (to parse the response) as well as some other libraries.

1.1.3

3 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago