Skip to content

yanccprogramador/polymer-github-profile

Repository files navigation

DEPRECATED

Published on webcomponents.org

<pl-github-profile>

A pre defined element to see a profile with the best informations of github

If you want to modify

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.

To use it

First install

 bower install pl-github-profile;

Import

  <script src=/bower_components/webcomponentsjs/webcomponents-loader.js"></script>     
  <link rel="import" href="bower_components/pl-github-profile/build/pl-github-profile.html"> 

Use the tag

  <pl-github-template username="yourGithubUsername"></pl-github-template>   

Now you need just open html and it works.

About

A simple polymer element to show your principal informations

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages