1.0.4 • Published 6 years ago

uberflip-image-uploader v1.0.4

Weekly downloads
1
License
ISC
Repository
-
Last release
6 years ago

The Uberflip image uploader

This is a tool to parse an RSS feed, and upload the images found there to your Uberflip Hub.

Prerequisites

Before begining, you will need to gather your:

  • Hub ID
  • API key
  • Secret
  • The url of your RSS feed

Getting Started

You can either execute the package by running npx uberflip-image-uploader or by first installing the package with npm install -g uberflip-image-uploader then running it with the command uberflip-image-uploader.

Once installed, you can add the -h flag to view all available options. You will need to execute the program with the information described above.

EX: npx uberflip-image-uploader -a <your api key> -s <your secret> --hub-id <your hub id> --url <the url to your rss feed>

note: The order of the parameters does not matter.