https://github.com/haithemmosbahi/avatar-element
Universal avatar element based on Polymer 2 and ES6 makes it possible to fetch / generate avatar from different sources ( Facebook, Google, Gravatar, Initials, etc)
https://github.com/haithemmosbahi/avatar-element
Last synced: 3 months ago
JSON representation
Universal avatar element based on Polymer 2 and ES6 makes it possible to fetch / generate avatar from different sources ( Facebook, Google, Gravatar, Initials, etc)
- Host: GitHub
- URL: https://github.com/haithemmosbahi/avatar-element
- Owner: HaithemMosbahi
- License: mit
- Created: 2017-08-12T12:51:43.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-20T21:14:16.000Z (almost 8 years ago)
- Last Synced: 2025-01-07T22:37:01.165Z (5 months ago)
- Language: HTML
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# \
Universal avatar element that makes it possible to fetch / generate avatar from different sources ( Facebook, Google, Gravatar, Initials, etc)
## Install the Polymer-CLI
First, make sure you have the [Polymer CLI](https://www.npmjs.com/package/polymer-cli) installed. Then run `polymer serve` to serve your element locally.
## Viewing Your Element
```
$ polymer serve
```## Running Tests
```
$ polymer test
```Your application is already set up to be tested via [web-component-tester](https://github.com/Polymer/web-component-tester). Run `polymer test` to run your application's test suite locally.