Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 458 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 458 Bytes

logo

API::Perspective is a Raku (formerly Perl 6) module for interacting with the Google Perspective API.

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}