https://github.com/cloudinary-devs/cld_node_quickstart
Example Node.js script used in the Cloudinary docs.
https://github.com/cloudinary-devs/cld_node_quickstart
Last synced: about 1 year ago
JSON representation
Example Node.js script used in the Cloudinary docs.
- Host: GitHub
- URL: https://github.com/cloudinary-devs/cld_node_quickstart
- Owner: cloudinary-devs
- Created: 2022-03-23T12:38:43.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-23T12:58:38.000Z (about 4 years ago)
- Last Synced: 2025-01-25T16:41:45.873Z (over 1 year ago)
- Language: JavaScript
- Size: 2.94 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cld_node_quickstart
Example Node.js script used in the Cloudinary docs.
This GitHub repo was created from Replit: [https://replit.com/@CarolineLevison/Cloudinary-Nodejs-Quickstart](https://replit.com/@CarolineLevison/Cloudinary-Nodejs-Quickstart).
## Running the script
To run the script outside of the Replit environment:
1. Clone this repo.
1. Open a terminal in the `cld_node_quickstart` folder.
1. Set your Cloudinary API Environment variable:
```
export CLOUDINARY_URL=cloudinary://:@
```
You can find your API Environment variable in the Account Details section of your Cloudinary console.
1. Install Cloudinary:
```
npm install cloudinary
```
1. Run the script:
```
node index.js
```