Skip to content

Vanille-B/unsplash-images-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unsplash API

Informations [FR]:

Ceci est un playground pour manipuler l'API Unsplash. Comme vous le savez, ce fichier JavaScript est accessible depuis la console. N'utilisez pas ce code de cette façon en production.

  1. Créez un compte développeur sur le site d'Unsplash : https://unsplash.com/developers
  2. Remplacez la constante 'clientID' par votre clé d'accès publique. Pour obtenir cette clé, accédez à https://unsplash.com/oauth/applications/, puis allez dans API - Fetch images for dev tools.

Notez que cette version ne nécessite pas l'utilisation d'une clé privée.

La variable jsonData contient les données récupérées via l'API d'Unsplash. Pour toutes autres informations, veuillez vous référer à la documentation : https://unsplash.com/documentation

Informations [EN]:

This is a playground for manipulating the Unsplash API. As you know, this JavaScript file is accessible from the console. Do not use this code in this way in production.

  1. Create a developer account on the Unsplash website: https://unsplash.com/developers
  2. Replace the 'clientID' constant with your public access key. To obtain this key, go to https://unsplash.com/oauth/applications/, then go to API - Fetch images for dev tools. Note that this version does not require the use of a private key.

The jsonData variable contains data retrieved via the Unsplash API. For any other information, please refer to the documentation: https://unsplash.com/documentation

About

Manipulation of the Unsplash's API in JS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published