https://github.com/junip/vue-unsplash
A sample photo search app using Vuejs and unsplash Api
https://github.com/junip/vue-unsplash
integrate integrate-unsplash-api integrations javascript photo-search react register unsplash unsplash-api unsplash-api-with-vuejs unsplash-client unsplashapi vue-and-unsplash vue-unsplash vueandunsplash vuejs-unplash-integrations
Last synced: 6 months ago
JSON representation
A sample photo search app using Vuejs and unsplash Api
- Host: GitHub
- URL: https://github.com/junip/vue-unsplash
- Owner: junip
- Created: 2018-08-25T07:08:06.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T01:35:08.000Z (over 2 years ago)
- Last Synced: 2025-03-29T01:51:44.229Z (6 months ago)
- Topics: integrate, integrate-unsplash-api, integrations, javascript, photo-search, react, register, unsplash, unsplash-api, unsplash-api-with-vuejs, unsplash-client, unsplashapi, vue-and-unsplash, vue-unsplash, vueandunsplash, vuejs-unplash-integrations
- Language: Vue
- Homepage:
- Size: 12.1 MB
- Stars: 28
- Watchers: 0
- Forks: 9
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://forthebadge.com) [](https://forthebadge.com)
# vue-unsplashVue Unsplash is photo search webapp made using Vue.js which uses Unsplash JSON APIs for photo search. Unsplash [https://unsplash.com](https://unsplash.com/) the most powerful photo engine in the world. Trying to make the unplash like UI and add functionality as much as possible
## Prerequisites
You are required to have [Node.js](https://nodejs.org/) installed to run the app locally.
## Getting Started
## Creating a developer account
To access the Unsplash API, first [register](https://unsplash.com/developers) as a developer.
## Registering your application
Once your account has been registered for the API, log in -> go to the Developers page -> Go to "Your Applications"-> "New Application" and fill in the required details.
SignUp or Login in [Unsplash](https://unsplash.com). Go to API/devlopers -> Documentation. Then Register your app to get the API key and secret.
## API Usage
Update your API_KEY and API_SECRET in the [main.js](https://github.com/junipdewan/vue-unsplash/blob/master/src/main.js)
```
const unsplash = new Unsplash({
applicationId: "API_KEY",
secret: "API_SECRET",
callbackUrl: "{CALLBACK_URL}"
});
```## Usage
```sh
# install all dependency
~/ npm install# run
~/ npm run dev
```## Contribution
The development of the App is still in progress. Only some part is implemented. You can help with
code contribution to add more functionality in the App.##
Checkout another repo [React-Unsplash](https://github.com/junipdewan/react-unsplash). A clone app made using React and Unsplash JSON API