particle4dev:upload-avatar

v1.1.0Published 10 years ago

This package has not had recent updates. Please investigate it's current state before committing to using it in your project.

Install Meteor

$ curl https://install.meteor.com | /bin/sh

Create a project

$ meteor create beautiful-avatar

Install Account System

$ meteor add accounts-base
$ meteor add accounts-password

Install our Avatar-Upload packages

$ meteor add particle4dev:upload-avatar

Create template and install on the application

{{> editYourAvatarModal}}

Demo

ScreenShot