Diwa is an open-source project and simple unofficial API from the Distrowatch site to get some public data of open-source operation systems like Linux, BSD, etc.
If you want to add this project to your machine, you can install this project by following the steps below
Clone or download this repository
$ git clone https://github.com/Zzzul/diwa.git
Install all dependencies
# install laravel dependency
$ composer install
Generate app key
# create copy of .env
$ cp .env.example .env
# create laravel key
$ php artisan key:generate
# Start Laravel local development server
$ php artisan serve
Go to /docs
If you use this API for your project application, you can register your project in this showcase below :
Want to make this project better? You can contribute to this project, I am very open if there are contributions to this project.