user-voice

0.1.1 • Public • Published

A library for making UserVoice API calls

Example:

{UserVoice} = require 'user-voice'

uv = new UserVoice
  subdomain: 'SUBDOMAIN'
  key: 'API_KEY'
  secret: 'SECRET_API_KEY'

uv.get '/api/v1/search.json', query: 'llamas', (error, response) ->
  console.log response

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.1
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.1
    1
  • 0.1.0
    1

Package Sidebar

Install

npm i user-voice

Weekly Downloads

2

Version

0.1.1

License

MIT

Last publish

Collaborators

  • briancollins