/swaggatar

animated svg gravatars

Primary LanguageCSSMIT LicenseMIT

swaggatar

animated svg gravatars

Directory structure

|-- app					SERVER SIDE JS
|   +-- models
|   \-- routes.js 		SERVER SIDE URI Routes
+-- bower.json 			Bower package configuration
+-- config
|   +-- db.js
|   \-- passport.js
+-- LICENSE
+-- node_modules
+-- package.json 		NPM package (hint: use "npm install")
+-- public				CLIENT SIDE (AngularJS) js
|   +-- js
|   +-- libs
|   +-- test.html
|   \-- views
+-- README.md
+-- server.js