Skip to content

img-url-2-gyazo-url converts image urls to gyazo urls in any type of file. This is very useful for situations like moving.

License

Notifications You must be signed in to change notification settings

mountainboooy/img-url-2-gyazo-url

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

img-url-2-gyazo-url

img-url-2-gyazo-url converts image urls to gyazo urls in any type of file. This is very useful for situations like moving blogs. About Gyazo, please see https://gyazo.com.

Useage

Installation

  git clone [email protected]:mountainboooy/img-url-2-gyazo-url.git
  cd img-url-2-gyazo-url
  npm install

Setting

  • Add your Gyazo Access token to config.js. To create your access token, please check here
  • Add your original file path to config.js.
module.exports = {
  filePath: 'ORIGINAL_FILE_PATH',
  gyazoAccessToken: 'YOUR_GYAZO_ACCESS_TOKEN',
}

Convert

  • Simply type node src/index.js
  • Then, converted file will appear in same directory where the original file is located.

About

img-url-2-gyazo-url converts image urls to gyazo urls in any type of file. This is very useful for situations like moving.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published