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

https://github.com/katt/mazon


https://github.com/katt/mazon

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Mazon JS
===

Masonry component similar, but not identical (and way simpler), to [jQuery isotope](http://isotope.metafizzy.co/), without dependency on jQuery or any other JavaScript framework.

Sometimes it's easier building it yourself than to get a third party component approved.

*DEVELOPMENT UNDER PROCESS*

![mazon](/docs/mazon.gif)

## Languages

* JavaScript
* CSS

## Dependencies / tools

* node
* [gulp.js](http://gulpjs.com/)
* [Browserify](http://browserify.org/)

## Usage

### Installation

*Assuming you have or know how to install [npm](https://npmjs.org/).*

Install gulp

```
npm install -g gulp
```

Install project dependencies

```
npm install
```
### Run project:

```
gulp
```

## Demo

See `build/index.html`

## Configuration

-

## Documentation

-

## Team

* Developer: [Alex / Ajax / Gordo](https://github.com/KATT)