Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zzzul/diwa
an unofficial simple API from https://distrowatch.com/
https://github.com/zzzul/diwa
api distrowatch hacktoberfest laravel php swagger-ui web-scraping
Last synced: 25 days ago
JSON representation
an unofficial simple API from https://distrowatch.com/
- Host: GitHub
- URL: https://github.com/zzzul/diwa
- Owner: Zzzul
- License: mit
- Created: 2021-07-25T14:23:37.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-22T02:42:53.000Z (10 months ago)
- Last Synced: 2024-05-02T03:11:25.287Z (6 months ago)
- Topics: api, distrowatch, hacktoberfest, laravel, php, swagger-ui, web-scraping
- Language: PHP
- Homepage:
- Size: 280 KB
- Stars: 11
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Diwa: unofficiall Distrowatch API
Diwa is an open-source project and simple unofficial API from the [Distrowatch](https://distrowatch.com/) site to get some public data of open-source operation systems like Linux, BSD, etc.
# Installation
If you want to add this project to your machine, you can install this project by following the steps belowClone or download this repository
```shell
$ git clone https://github.com/Zzzul/diwa.git
```Install all dependencies
```shell
# install laravel dependency
$ composer install
```Generate app key
```shell
# create copy of .env
$ cp .env.example .env# create laravel key
$ php artisan key:generate# Start Laravel local development server
$ php artisan serve
```# Docs
Go to `/docs`# Showcase
If you use this API for your project application, you can register your project in this showcase below :# Contribution
Want to make this project better? You can contribute to this project, I am very open if there are contributions to this project.# License
[MIT License](./LICENSE)Or you can support me at [Ko-fi](https://ko-fi.com/mzulfahmi) or [Saweria](https://saweria.co/zzzul)