-
Notifications
You must be signed in to change notification settings - Fork 1
Airtable configuration tutorial
Carlos Lloret edited this page Sep 23, 2018
·
1 revision
For cloud storage, Days uses the free Airtable service. The following tutorial explains the steps involved in setting up the Airtable database.
- Registering with Airtable, the basic option is free of charge: Sign up - Airtable
- Copy the empty base from the following link: Airtable - Days Empty
- Get the API key from your Airtable account: How do I get my API key?
- Get the Base ID at https://airtable.com/api and select the base you previously copied. The Base ID is located in the URL of your browser's address bar. The URL will look like https://airtable.com/appNwxe0TbWYoJe6o/api/docs#curl/introduction, and the part that begins with "app" is the application ID (appNwxe0TbWWYoJe6o in this case).
- Configure the data in Days preferences. Days only stores this data on the device itself, as you can check in the source code.
- Now you can enjoy cloud synchronization using the Airtable service.