Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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}
```