skill-review-checker

MIT License

Stars
3

Alexa Skill Review Checker

Returns the amount of reviews and voice ratings for an AlexaSkill

Installation

git clone https://github.com/aswetlow/skill-review-checker.git
npm install

Usage

Add your skill to the skills object.

const skills = {
    'SkillName': '<url-to-skill-page>',
};

Run script.

node index.js