OfficeDev/Outlook-Add-in-RepoReport

Name: Outlook-Add-in-RepoReport

Owner: Office Developer

Description: Repo Report is an Outlook Add-in, made with Angular, that scans your emails for GitHub repository links and displays information about the ones it finds.

Created: 2015-10-15 19:44:12.0

Updated: 2017-03-03 20:08:48.0

Pushed: 2018-01-31 20:28:24.0

Homepage: null

Size: 235

Language: CSS

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Repo Report

Repo Report is an Outlook add-in, made with Angular, that scans your emails for public GitHub repository links and displays information about the ones it finds.

![Repo Report screenshot](./repo report screenshot.PNG)

Prerequisites
Configure the add-in
  1. Clone this repository.
  2. Run npm install to install both npm and Bower dependencies.
  3. Run gulp serve-static to start development server.
  4. Go to mail.office365.com and sign in with your Office 365 account.
  5. Click the gear icon on the upper right, then choose Manage add-ins.
  6. Click the plus icon, then choose Add from a file.
  7. Browse to this repository folder and choose manifest.xml.
  8. Then complete the wizard (Next, Install, OK) to make the add-in available on your Office 365 account.
  9. Finally, you'll have to open the app in a browser and trust the certificate for localhost:8443. The add-in won't run if your computer doesn't trust it.
Run the add-in
  1. After installing the add-in, go to mail.office365.com.
  2. Choose an email (you probably have to send yourself one first) that has at least one link to a public GitHub repository. The add-in is only activated if a target URL is found!
  3. Click Repo Report found directly above the body of the email to see the add-in in action.
Questions and comments

We'd love to get your feedback about this sample. You can send your questions and suggestions to us in the Issues section of this repository.

Additional resources
Copyright

Copyright (c) 2015 Microsoft. All rights reserved.

This project has adopted the Microsoft Open Source Code of Conduct. For more information, see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.