Skip to content

Commit

Permalink
declutter some files
Browse files Browse the repository at this point in the history
  • Loading branch information
timche committed May 15, 2016
1 parent b687d7f commit 95b8e15
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 29 deletions.
3 changes: 1 addition & 2 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"presets": [
"es2015",
"stage-0"
"es2015"
]
}
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ language: node_js
node_js:
- "4"
- "5"
- "6"
21 changes: 0 additions & 21 deletions LICENSE

This file was deleted.

14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,24 @@
# <img src=".github/gmail-logo.png" width="45"> Gmail Desktop

[![Travis](https://img.shields.io/travis/timche/gmail-desktop.svg?branch=master&maxAge=2592000&style=flat-square)](https://travis-ci.org/timche/gmail-desktop)
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square)](http://standardjs.com/)

> An unofficial Gmail Desktop App built with [Electron](https://github.com/electron/electron)
![Gmail Desktop Screenshot](.github/screenshot.png)

## Why?
If you like the simple interface of Gmail and aren't satisfied with any mail apps out there, then Gmail Desktop is the right app for you. It's just a wrapper around the Gmail website with some magic from Electron like native notifications or unread count badge in the dock.
If you are only using the Gmail website like me, then is this app just for you! It's just a wrapper around the Gmail website with some magic from Electron like native notifications or unread mails badge in the dock.

## Features
- [x] Original Gmail Interface
- [x] Native Notifications
- [x] Unread Inbox Count (OS X only)
- [ ] Multiple Gmail Account
- [ ] Multiple Gmail Accounts

## Supported OS
- [x] OS X 10.9+
- [ ] Windows 7+
- [ ] Linux
- [ ] Windows 7+ (not tested yet)
- [ ] Linux (not tested yet)

## Installation

Expand All @@ -37,7 +36,7 @@ Gmail Desktop is built with [Electron](https://github.com/electron/electron).
```bash
$ npm install
```

- **Run the app:**

```bash
Expand Down Expand Up @@ -69,3 +68,6 @@ Gmail Desktop is built with [Electron](https://github.com/electron/electron).

## Contributing
Any contributions and suggestions are greatly appreciated! 🤗 🎉

## License
MIT © [Tim Cheung](https://github.com/timche)

0 comments on commit 95b8e15

Please sign in to comment.