Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 1.31 KB

README.md

File metadata and controls

24 lines (15 loc) · 1.31 KB

TMZN

Barebones menu bar app to see the time for your teammates in different timezones.

How to use

  • The implementation pulls data from a Notion database. To use this app, create a Notion database with the following fields:

    • Name of type title. The primary field in the database.
    • Image of type file. Basically a file upload field.
    • tz of type rich_text. Example: Asia/Dubai, Europe/London.
  • Next, create a Notion API token by visiting your integrations page.

  • Grant the integration access to the database by clicking the three dots on the top-right section of the page and selecting Add connections and choosing the integration.

  • When you open the app for the first time, you will be asked to enter your Notion API token and your database ID.

Credits