You will need your cloud name
, api secret
and api key
from Cloudinary in order to get started with this client. You can find each of these on the main Dashboard.
We strongly recommend setting these up as environment variables and ensuring you do not store these keys in your repository or accessible code.
Config Value | Description |
---|---|
Cloud Name | Your primary idenifier and required for interaction with the Cloudinary API. |
API Key | This essentially acts as your username when interacting with the Cloudinary API. |
API Secret | This essentially acts as your password when interacting with the Cloudinary API. KEEP THIS SAFE! |
After the above requirements have been met, you can develop on this locally by:
- Clone this repository and
cd
into it
git clone git@github.com:jaysonjphillips/deno_cloudinary.git
cd deno_cloudinary
-
If you'd like to give it a test spin, ensure your environment variables are setup as:
CLOUDINARY_CLOUD_NAME
,CLOUDINARY_API_KEY
,CLOUDINARY_API_SECRET
. -
Next, you can run any of the examples using deno"
deno run --allow-net --allow-env examples/...
- We will follow and expect adherence to the
deno
style guide
TBD/TODO: Test the main client
TBD (TODO: Establish Code of Conduct, Contributors Policy)
No warranty expressed or implied. Software is as is.