Skip to content

msq2018/upload-avatar-meteor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Packages

No packages published

Languages

  • JavaScript 85.3%
  • HTML 11.7%
  • CSS 3.0%