/touch_grass

Web app that guides you to the nearest grass for you to touch.

Primary LanguageJavaScriptMIT LicenseMIT

Touch Grass

This is the source code for Touch Grass, server and client.

Running

Setup

Create a file touch_grass.config.json in the root directory, with the following contents:

{
  "port": "<the port to serve on>",
  "apiKey": "<your Google Cloud API key>"
}

Where "apiKey" is your Google Cloud API key for the Places API.

Install the dependencies:

npm install

Build the client js and css files:

npm run build

Running

To actually run the server:

npm run start