Skip to content

Perl 6 module for interacting with the Google Perspective API.

License

Notifications You must be signed in to change notification settings

shuppet/raku-api-perspective

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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}