Skip to content

Latest commit

 

History

History
46 lines (35 loc) · 1.31 KB

README.md

File metadata and controls

46 lines (35 loc) · 1.31 KB

Picsearch

Explore Unsplash photo API through Picsearch - Type in a search term to see what photos come up!

This app was built by Mason France as a means of learning Vue.js.

Screenshots

Screen Shot 2019-06-04 at 9 33 33 PM

Screen Shot 2019-06-04 at 9 35 51 PM

Technology

  • Vue.js
  • API
  • Heroku

To Use

To bring onto your device, cd into the file you'd like to place this project and

git clone https://github.com/francepack/takehome-picsearch.git

cd into new file and

npm install

An API key for Unsplash photo API is required.

To use, you will need to register to obtain a key here.

To use key, in your root folder, create a file named

.env.development

The contents of this file should be

VUE_APP_KEY=your_key_here

To see the app you cloned down in your browser

npm run serve