All Projects → junip → vue-unsplash

junip / vue-unsplash

Licence: other
A sample photo search app using Vuejs and unsplash Api

Programming Languages

Vue
7211 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to vue-unsplash

go-unsplash
Go Client for the Unsplash API
Stars: ✭ 70 (+159.26%)
Mutual labels:  unsplash, unsplash-api
strapi-plugin-zeasy-image-api
Strapi plugin to ease the process importing Unsplash image with attribution
Stars: ✭ 28 (+3.7%)
Mutual labels:  unsplash, unsplash-api
Monotone
An Unsplash Application for iOS.
Stars: ✭ 181 (+570.37%)
Mutual labels:  unsplash, unsplash-api
MacOS-Developers-Excuses
A macOS screen saver that shows a random developer excuse over a beautiful photo background. Made with ❤
Stars: ✭ 53 (+96.3%)
Mutual labels:  unsplash, unsplash-api
python-unsplash
Python wrapper for the Unsplash API.
Stars: ✭ 130 (+381.48%)
Mutual labels:  unsplash, unsplash-api
instant-images
Instantly upload photos from Unsplash, Pixabay and Pexels to your website without leaving WordPress.
Stars: ✭ 26 (-3.7%)
Mutual labels:  unsplash, unsplash-api
Laravel-Unsplash-Wrapper
A Laravel wrapper for Unsplash API's.
Stars: ✭ 21 (-22.22%)
Mutual labels:  unsplash, unsplash-api
WallE
🖼️ Wallpaper App built using Flutter & Unsplash API
Stars: ✭ 25 (-7.41%)
Mutual labels:  unsplash-api
x86-Assembly-Reverse-Engineering
🛠 Knowledge about the topic of x86 assembly & disassembly 🛠
Stars: ✭ 27 (+0%)
Mutual labels:  register
yii2-payment
Yii2 Payment extension hổ trợ tích hợp các cổng thanh toán VnPayment, Onepay, Bảo Kim, Ngân Lượng, VTCPay, MoMo.
Stars: ✭ 20 (-25.93%)
Mutual labels:  integrations
integrations-js
Integrations.js makes it easy to enable 3rd party integrations for users of your product or service.
Stars: ✭ 33 (+22.22%)
Mutual labels:  integrations
gioc
golang ioc framework
Stars: ✭ 33 (+22.22%)
Mutual labels:  register
Unsplash-Wallpaper
Gorgeous wallpapers on your Mac
Stars: ✭ 99 (+266.67%)
Mutual labels:  unsplash
flutter unsplash
Simple Unsplash (https://unsplash.com/) Client in Flutter
Stars: ✭ 29 (+7.41%)
Mutual labels:  unsplash-api
yoti-java-sdk
The Java SDK for interacting with the Yoti Platform
Stars: ✭ 13 (-51.85%)
Mutual labels:  register
FlutSplash
Minimal Unsplash Android App to easily search and download images
Stars: ✭ 17 (-37.04%)
Mutual labels:  unsplash-client
examples
Example Prismatic components and integrations
Stars: ✭ 23 (-14.81%)
Mutual labels:  integrations
UnsplashPhotoPicker
📷 Android Library providing a photo picker to search and download photos from Unsplash
Stars: ✭ 31 (+14.81%)
Mutual labels:  unsplash
fetchingInReact
💎📷 Fetching data from Unsplash.com in React
Stars: ✭ 23 (-14.81%)
Mutual labels:  unsplash
timeclock
Simple work time clocking service
Stars: ✭ 21 (-22.22%)
Mutual labels:  register

forthebadge forthebadge

vue-unsplash

Vue Unsplash is photo search webapp made using Vue.js which uses Unsplash JSON APIs for photo search. Unsplash 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 installed to run the app locally.

Getting Started

Creating a developer account

To access the Unsplash API, first register 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. 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

 const unsplash = new Unsplash({
        applicationId: "API_KEY",
        secret: "API_SECRET",
        callbackUrl: "{CALLBACK_URL}"
    });

Usage

# 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. A clone app made using React and Unsplash JSON API

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].