ArtFolio is a vuejs website using Flickr API to fetch content from a user in particular
You need your API key (Get it here) and your user id (you can found it on your profile's URL)
If you made a custom adress, just copy/paste this on your navigator with your API key and your username and get the nsid :
"https://api.flickr.com/services/rest/?method=flickr.people.findByUsername&api_key=[apiKey]&user_id=[username]&format=json&nojsoncallback=1"Note : if you chose anything else than "everyone" in your privacy settings, the shown photos won't be in the original quality, but something like half of the original quality
npm installCreate a .env.local file and put the api key in
VUE_APP_API_KEY=[key]
VUE_APP_USER_ID=[userId]All you need is a github account, a netlify account
- Just fork that repo, then if you want to change the color of the theme, it's here (src/plugins/vuetify.js) (you can modify it directly with github)
- Netlify can use your github account to build and deploy the project, all you have to do is to link your github account and choose the repositery you want to deploy.
- When asked about build setting, put your flickr's api info like this
npm run servenpm run buildnpm run lint