This repository has been archived on 2025-03-31. You can view files and clone it, but cannot push or open issues or pull requests.
Markus Birth ba7520caad Test with Google Script to send mail. This works and seems to be the
only way without going through registration process with Google.
2017-02-04 01:26:18 +01:00
2016-09-10 19:01:41 +02:00
2016-07-09 19:12:02 +02:00
2016-09-10 19:01:41 +02:00
2016-08-03 13:32:34 +02:00
2016-05-20 23:34:50 +02:00
2016-08-04 16:39:45 +02:00
2016-08-04 16:39:45 +02:00

Fake Reservation System

Allows you to send mails to your Google Inbox that trigger Google Now cards.

To set up a server for yourself, you have to get an OAuth client ID from https://console.developers.google.com/apis/, download the client_secret.json and put it into the root directory.

Also make sure to enable the Google+ API and the Gmail API.

Installation

After checkout, download Composer using the composer-dl.sh. If you decided to get Composer manually, you have to also enable the fxp-asset plugin:

$ ./composer.phar global require "fxp/composer-asset-plugin:~1.1"

After that, install all dependencies by running:

$ ./composer.phar install

Finally, get an API key from the Google Developer Console and download your client_secret.json into the root directory of this project.

Description
Languages
Mustache 68.6%
PHP 23.8%
CSS 2.8%
CoffeeScript 1.3%
HTML 1%
Other 2.5%