Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shuppet/raku-api-perspective
Perl 6 module for interacting with the Google Perspective API.
https://github.com/shuppet/raku-api-perspective
google-api perl6 perl6-module perspective-api raku raku-module
Last synced: 8 days ago
JSON representation
Perl 6 module for interacting with the Google Perspective API.
- Host: GitHub
- URL: https://github.com/shuppet/raku-api-perspective
- Owner: shuppet
- License: bsd-3-clause
- Created: 2018-09-19T15:10:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-08-24T12:36:21.000Z (over 3 years ago)
- Last Synced: 2024-11-05T18:56:47.605Z (about 2 months ago)
- Topics: google-api, perl6, perl6-module, perspective-api, raku, raku-module
- Language: Raku
- Homepage: https://shuppet.com
- Size: 20.5 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![logo](https://user-images.githubusercontent.com/12242877/46341626-8f514d00-c630-11e8-9395-4b433154c5cc.png)
`API::Perspective` is a Raku (formerly Perl 6) module for interacting with the [Google Perspective API](https://www.perspectiveapi.com/).
## Installation
### ... from zef
```
zef install API::Perspective
```### ... from source
```
git clone https://github.com/shuppet/raku-api-perspective
cd raku-api-perspective/ && zef install ${PWD}
```