An open API service indexing awesome lists of open source software.

https://github.com/hurricaneinteractive/locapi

An API to interact with custom location data collected by IFTTT.
https://github.com/hurricaneinteractive/locapi

Last synced: 8 months ago
JSON representation

An API to interact with custom location data collected by IFTTT.

Awesome Lists containing this project

README

          

# LocAPI

An API to interact with custom location data collected by IFTTT.

## Setup

Follow [Quickstart Guide](https://developers.google.com/sheets/api/quickstart/go) to get your `credentials.json` file and Client Id & Secret token.

### .env

Create a `.env` file in the root with the following settings

```
GS_SHEET_ID=
GS_SHEET_NAME=
GS_SHEET_RANGE=
```