| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Command and js client for Koken photo CMS
You need Node and NPM.
In your terminal:
npm install -g koken-cli
Let you upload a folder to a single private album in your koken instance.
koken-cli upload YOUR_EMAIL PASSWORD BASE_KOKEN_URL FOLDER_CONTAINING_PHOTOS
Parameters:
koken-cli upload me@email.com myPassword39+ http://photos.artist.me allMyPhotos/2015
Let you export all the albums metadata recursively from a given root album. This is meant to provide a way to export the structure that you have set up in koken and reuse that to generate a separated website.
koken-cli getAlbum YOUR_EMAIL PASSWORD BASE_KOKEN_URL ALBUM_ID
Parameters:
koken-cli getAlbum me@email.com myPassword39+ http://photos.artist.me 1
Promise based JS client. See bin/koken-cli.js to have an example of how it works.
| Back | FazBrowse Home | New Git URL |