Mailspring/app/internal_packages/github-contact-card
2021-04-08 12:29:35 -05:00
..
assets Clean up project directory structure, removing legacy packages folder 2017-08-10 19:24:10 -07:00
lib [Travis] Fix linter issues and add a few more types to satisfy latest TS 2021-04-08 12:29:35 -05:00
styles Run CSS/LESS autoformatter on entrie codebase 2017-10-14 17:36:44 -07:00
icon.png Clean up project directory structure, removing legacy packages folder 2017-08-10 19:24:10 -07:00
package.json Switch product name to “Mailspring” 2017-09-05 13:40:25 -07:00
README.md Clean up project directory structure, removing legacy packages folder 2017-08-10 19:24:10 -07:00

Github Contact Card Section

Extends the contact card in the sidebar to show public repos of the people you email. Uses GitHub's public API to look up a GitHub user based on their email address, and then displays public repos and their stars.

This example is a good starting point for plugins that want to display data from external sources in the sidebar. If you want to see some more advanced plugins, have a look through all the internal plugins, here on Github.