davidmaogomezz / rename_files_date

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rename files and upload in cloud Cloudinary

Install dependencies necesary

gem install byebug
gem install cloudinary
gem install dotenv

Before run project is necesary create account in cloudinary

download your customized cloudinary.yml

Create file .env in root project

CLOUD_NAME=your_cloud_name
API_KEY=your_api_key
API_SECRET=your_api_secret

Now you ready to

ruby main.rb

About


Languages

Language:Ruby 100.0%