bdsach / linux-trend-old

Home Page:linux-trend.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Linux Trend API

Get JSON data from DistroWatch Page Hit.

Try it Run

this code here, in a console or from any site

fetch("https://linux-trend.vercel.app/api/last1months?pageSize=2&pageOffset=0")
  .then((response) => response.json())
  .then((json) => console.log(json));

Resources

Following resources are available which you can access via our REST API.

License

About

linux-trend.vercel.app


Languages

Language:TypeScript 56.5%Language:JavaScript 40.8%Language:Shell 2.6%