Skip to content

Illyism/favicon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


favicon generator

Icons for the web

Requirements

The server runs on Node.js. You also need NPM.

You need ImageMagick and zip installed. So this app works anywhere.

APT:

sudo apt-get install imagemagick zip

Homebrew:

brew install imagemagick zip

Chocolatey:

choco install imagemagick zip

Installation

Clone this repository and run NPM install. Then run the server using node app.

npm install
node app

Usage

The processing happens in the /tmp/ directory. Images are uploaded to /tmp/images/ and processed in /tmp/processing/, then the zip files are /tmp/zip/. After a successful download, everything is cleaned.

License

Copyright © 2014-2015 Ilias Ismanalijev

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

[tl;dr](http://www.tldrlegal.com/license/gnu-general-public-license-v3-(gpl-3)

About

💥 Favicon Generator using Node.js and Imagemagick

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published