A pre defined element to see a profile with the best informations of github
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.
```
$ polymer serve
```
```
$ 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.
bower install pl-github-profile;
<script src=/bower_components/webcomponentsjs/webcomponents-loader.js"></script>
<link rel="import" href="bower_components/pl-github-profile/build/pl-github-profile.html">
<pl-github-template username="yourGithubUsername"></pl-github-template>
Now you need just open html and it works.