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

https://github.com/mistereo/meteor-identicon

Client-side identicon generation.
https://github.com/mistereo/meteor-identicon

Last synced: about 2 months ago
JSON representation

Client-side identicon generation.

Awesome Lists containing this project

README

        

## meteor-identicon

Client-side [identicon](http://en.wikipedia.org/wiki/Identicon) generation for [Meteor](http://meteor.com) using
[blockies](https://github.com/download13/blockies).

## Usage

Add package to your project:

```console
meteor add mistereo:identicon
```

Now you can use `identicon` helper in your templates:

```handlebars

```

You can pass options to [blockies](https://github.com/download13/blockies) like this:

```handlebars

```

## License

The MIT License (MIT)