Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maxchehab/Unofficial-Google-Messages-Desktop-App
The (Unofficial) Google Messages Desktop Application
https://github.com/maxchehab/Unofficial-Google-Messages-Desktop-App
Last synced: 3 months ago
JSON representation
The (Unofficial) Google Messages Desktop Application
- Host: GitHub
- URL: https://github.com/maxchehab/Unofficial-Google-Messages-Desktop-App
- Owner: maxchehab
- Created: 2018-06-25T22:33:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-26T16:35:15.000Z (over 6 years ago)
- Last Synced: 2024-05-12T22:56:14.849Z (6 months ago)
- Language: Makefile
- Homepage: https://messages.android.com
- Size: 4 MB
- Stars: 31
- Watchers: 5
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The (Unofficial) Google Messages Desktop Application
Recently Google released a [web application](https://messages.android.com/) that allows text messages to be sent and received from your phone in tandem from their website.
This project "nativefies" the website into a desktop application. Check out the [releases page](https://github.com/maxchehab/Unofficial-Google-Messages-Desktop-App/releases) for downloads.
To build localy:
```bash
$ npm install nativefier -g
$ make local
```Navigate to `dist/`.
This wouldn't be possible without [Jia's](https://github.com/jiahaog) [nativefier](https://github.com/jiahaog/nativefier).