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
- Host: GitHub
- URL: https://github.com/stackloklabs/spdx-detector
- Owner: StacklokLabs
- License: apache-2.0
- Created: 2025-01-28T23:22:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-29T04:13:15.000Z (over 1 year ago)
- Last Synced: 2025-04-18T08:33:51.963Z (about 1 year ago)
- Language: Go
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```