mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 18:32:20 +08:00
22 lines
880 B
Markdown
22 lines
880 B
Markdown
# 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.
|
|
|
|
<img src="https://raw.githubusercontent.com/nylas/N1/master/internal_packages/github-contact-card/screenshot.png">
|
|
|
|
#### Install this plugin
|
|
|
|
1. Download and run N1
|
|
|
|
2. From the menu, select `Developer > Install a Plugin Manually...`
|
|
The dialog will default to this examples directory. Just choose the
|
|
package to install it!
|
|
|
|
> When you install packages, they're moved to `~/.nylas/packages`,
|
|
> and N1 runs `apm install` on the command line to fetch dependencies
|
|
> listed in the package's `package.json`
|