/electron-android-messages

https://messages.android.com packaged in an Electron application and published using electron-builder.

Primary LanguageJavaScript

Electron-Android-Messages

electron-android-messages is Android Messages packaged as a standalone application through Electron and built using Electron Builder.

This project is nothing elaborate and serves more as a means to educate myself.

Releases

Head over to releases to download the prebuilt application for your desired OS.

Build It Yourself

To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
git clone https://github.com/DeveloperBlue/electron-android-messages
# Go into the repository
cd electron-android-messages
# Install dependencies
npm install
# Run the app
npm start