Skip to content

dniccum/unsplash-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

unsplash-api

This is a Node.js wrapper for the Unsplash API.

This project is still in development.

Installation

npm i --save unsplash-api

Usage

var unsplash = require('unsplash-api');

// this is required to verify your application's requests
unsplash.init(myApiKey);

var photos = unsplash.getUserPhotos('fletcher_hills', function(err, photos) {
  // do stuff with your newly acquired photos
});

License MIT

About

This is a Node.js wrapper for the Unsplash API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%