pixabay

Pixabay.com API wrapper

Usage no npm install needed!

<script type="module">
  import pixabay from 'https://cdn.skypack.dev/pixabay';
</script>

README

pixabay

Simple Pixabay.com API wrapper

Read docs Pixabay.com here

Install

$ bower install pixabay [--save]

Usage

var p = new Pixabay({key: 'XXXXXXXXXXXXXX', username: 'antirek'});
$.ajax({
  url: p.getUrl('sky'),
  success: function (result, status, xhr) {
      console.log(result, status)
  }
});