Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mymindstorm/gitmail
https://github.com/mymindstorm/gitmail
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mymindstorm/gitmail
- Owner: mymindstorm
- Created: 2018-10-11T23:27:41.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-08-10T20:18:35.000Z (over 3 years ago)
- Last Synced: 2023-03-03T05:24:02.794Z (almost 2 years ago)
- Language: TypeScript
- Size: 46.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GitMail
It's a very basic GitHub client for Gmail, currently a work in progress.
## Why?
At first I thought it was cool that you could write pseudo-apps and have it run entirely under Gmail. After discovering how restrictive the UI library is and what a pain GitHub v4 oauth access restrictions are I now regret this decision.
## Install
Go [here](https://mail.google.com/mail/u/0/#settings/addons), check "Enable developer add-ons for my account", paste `AKfycbzX4GizwsjHn8PkoXFVtTSyNZyZgksP4NM2K6JBOWM` into the box, and hit install.
## Build
`npm i @google/clasp -g`, create a new apps script project, update .clasp.json, and then run `npm build` as needed.
## Config
To be documented.