0.0.4 • Published 2 years ago

alexa-api v0.0.4

Weekly downloads
14
License
MIT
Repository
github
Last release
2 years ago

Alexa NPM Package

Usage to get Votes

const alexa = require('alexa-api');

async function votes() {
  var votes = await alexa.votes();
  console.log(votes);
}

votes();