0.1.10 • Published 2 months ago

flickrgallery v0.1.10

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

FlickrGallery

A project that was started to fulfil my own needs with a flickr gallery for my website/portfolio katzefudder.de See https://katzefudder.github.io/FlickrGallery/ for a demo.

Usage

main.js

import { createApp } from 'vue'
import App from './App.vue'

import {FlickrGalleryPlugin} from "flickrgallery";
import "flickrgallery/dist/style.css";

createApp(App)
    .use(FlickrGalleryPlugin)

App.vue

<template>
    <FlickrGallery title="All images of a specific user" user-id="_user_id" photoset-id="" api-key="_api_key" tags=""  method="flickr.photos.search" extras="url_m,url_l,owner_name"></FlickrGallery>
</template>

<script>
...
</script>
0.1.10

2 months ago

0.1.9

2 months ago

0.1.0

10 months ago

0.1.2

10 months ago

0.1.1

10 months ago

0.1.8

10 months ago

0.1.7

10 months ago

0.1.4

10 months ago

0.0.5

10 months ago

0.1.3

10 months ago

0.0.4

10 months ago

0.1.6

10 months ago

0.1.5

10 months ago

0.0.3

11 months ago

0.0.2

11 months ago

0.0.1

11 months ago