Pinterest, but just the pictures
Disclaimer: I made this because I wanted a way to cycle through pins on my Pinterest boards with my left and right arrow keys like you can on Facebook. I am not trying to recreate Pinterest in any way other than viewing images!
-
Set up SSL for localhost by following this local cert generator tool
-
Follow the "Create your app" section of the Pinterest API overview
-
Add
https://localhost:8888/callback
as a Redirect URI in your Pinterest app -
Create a
.env
file in the root of the project based on .env.example and fill in yourAPP_ID
,APP_SECRET
, andREDIRECT_URI
-
Install dependencies
npm install && npm run client:install
-
Start up the express server and vue app
npm run dev