https://github.com/tbaums/konvoy-kudo-studio
https://github.com/tbaums/konvoy-kudo-studio
kafka konvoy kubeflow kudo mnist zookeeper
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tbaums/konvoy-kudo-studio
- Owner: tbaums
- License: apache-2.0
- Created: 2019-07-10T19:33:43.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-12T05:58:09.000Z (almost 3 years ago)
- Last Synced: 2024-12-17T21:52:41.254Z (11 months ago)
- Topics: kafka, konvoy, kubeflow, kudo, mnist, zookeeper
- Language: JavaScript
- Size: 23.6 MB
- Stars: 3
- Watchers: 3
- Forks: 4
- Open Issues: 60
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# spdx-license-ids
A list of [SPDX license](https://spdx.org/licenses/) identifiers
[**Download JSON**](https://raw.githubusercontent.com/shinnn/spdx-license-ids/master/spdx-license-ids.json)
## Use as a JavaScript Library
[](https://www.npmjs.org/package/spdx-license-ids)
[](https://github.com/shinnn/spdx-license-ids/releases)
[](https://travis-ci.org/shinnn/spdx-license-ids)
[](https://coveralls.io/r/shinnn/spdx-license-ids)
[](https://david-dm.org/shinnn/spdx-license-ids#info=devDependencies)
### Installation
#### Package managers
##### [npm](https://www.npmjs.com/)
```sh
npm install spdx-license-ids
```
##### [bower](http://bower.io/)
```sh
bower install spdx-license-ids
```
##### [Duo](http://duojs.org/)
```javascript
const spdxLicenseIds = require('shinnn/spdx-license-ids');
```
#### Standalone
[Download the script file directly.](https://raw.githubusercontent.com/shinnn/spdx-license-ids/master/spdx-license-ids-browser.js)
### API
#### spdxLicenseIds
Type: `Array` of `String`
It returns an array of SPDX license identifiers.
```javascript
const spdxLicenseIds = require('spdx-license-ids'); //=> ['Glide', 'Abstyles', 'AFL-1.1', ... ]
```
## License
[The Unlicense](./LICENSE).