An open API service indexing awesome lists of open source software.

https://github.com/fantasywind/shockofficial


https://github.com/fantasywind/shockofficial

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

ShockOfficial
=============

# Preinstall
* node.js >= 0.10
* libmagick++-dev
* bower
* grunt

# imagemagick install

Ubuntu

```shell
sudo apt-get install libmagick++-dev
```

Mac OS X

please install brew first.
```
brew install pkgconfig
brew install imagemagick
```