An open API service indexing awesome lists of open source software.

https://github.com/stackloklabs/spdx-detector

Web service to detect SPDX license from string
https://github.com/stackloklabs/spdx-detector

Last synced: 11 months ago
JSON representation

Web service to detect SPDX license from string

Awesome Lists containing this project

README

          

# spdx-detector
Web service to detect SPDX license from string

## Usage

```
curl -H "Content-Type: text/plain" --data @LICENSE http://localhost:8080
```

Or, hosted on Cloud Run:

```
curl -H "Content-Type: text/plain" --data @mediator/LICENSE https://spdx-detector-562949304223.us-central1.run.app
```