项目作者: Yukaii

项目描述 :
an simple imgur album downloader using react, redux and electron.
高级语言: JavaScript
项目地址: git://github.com/Yukaii/ImgurDownloader.git
创建时间: 2015-12-27T10:36:24Z
项目社区:https://github.com/Yukaii/ImgurDownloader

开源协议:MIT License

下载


Imgur Downloder

Imgur Download, by words, is a simple image downloader for imgur.com.
It’s not completed yet, but workable now. You can use it to batch download the whole album.

Special thanks to electron-react-boilerplate a great boostrap boilerplate.

Screenshot


  1. Enter imgur album url and hit enter, and it show the preview.
  2. Click save button for select save folder and then save it.

Releases

Download here

Install

Install dependencies.

  1. npm install

Run

Run this two commands simultaneously in different console tabs.

  1. npm run hot-server
  2. npm run start-hot

Note: requires a node version >= 4 and an npm version >= 2.

Package

  1. npm run package

To package apps for all platforms:

  1. npm run package-all

The rest of the development environment setup can be looked up from electron-react-boilerplate. I just change a bit of codes.