8000 GitHub - antirek/pixabay: Pixabay.com API wrapper
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

antirek/pixabay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)
  }
});

About

Pixabay.com API wrapper

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0