Skip to content

ksonnad/wmail

 
 

Repository files navigation

#Wmail

The missing desktop client for Gmail & Google Inbox. Bringing the Gmail & Google Inbox experience to your desktop in a neatly packaged app

Download the latest release

View all releases

Raise an issue or request a feature

Find out how you can contribute

Screenshot

Building from source

Travis Build Status js-standard-style

Feeling brave and want to build from source? Here's what you need to do

Firstly you need to get a client id and secret from Google. Visit https://console.developers.google.com to get started. You'll need to setup your OAuth Client ID and enable the Gmail, Google+ and Identity Toolkit APIs.

Next create src/shared/credentials.js with your google client id and secret like so...

module.exports = Object.freeze({
	GOOGLE_CLIENT_ID : '<Your google client id>',
	GOOGLE_CLIENT_SECRET: '<Your google client secret>'
})

Then run the following...

npm install
npm start

Made with ♥ by Thomas Beverley. Buy me a beer 🍺

About

The missing desktop client for Gmail & Google Inbox

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 93.7%
  • CSS 5.8%
  • HTML 0.5%