Add Flickr photostream import as Photography
Import public photos from samuraijkm (NSID resolve + Flickr REST), tag Photography, with admin UI re-run and CLI support.
This commit is contained in:
+2
-1
@@ -14,7 +14,8 @@
|
||||
"db:generate": "npm run db:generate -w server",
|
||||
"db:migrate": "npm run db:migrate -w server",
|
||||
"db:seed": "npm run db:seed -w server",
|
||||
"import:artstation": "npm run import:artstation -w server"
|
||||
"import:artstation": "npm run import:artstation -w server",
|
||||
"import:flickr": "npm run import:flickr -w server"
|
||||
},
|
||||
"devDependencies": {
|
||||
"concurrently": "^9.1.2"
|
||||
|
||||
Reference in New Issue
Block a user