Skip to content

nylas-samples/addressbook_decker_ruby

Repository files navigation

Address Book with Decker and Ruby

This project will show you how to Build an old-fashioned agenda using Decker (HyperCard) and Ruby.

Setup

System dependencies

  • Ruby 3.1.1 or greater

Gather environment variables

You'll need the following values:

CLIENT_ID = ""
CLIENT_SECRET = ""
ACCESS_TOKEN = ""

Add the above values to a new .env file:

$ touch .env # Then add your env variables

Install dependencies

We need to install Decker

The download and intall Lilt

$ make lilt && make install

Also, we're going to need imagemagick

$ brew install imagemagick

Install Ruby dependencies

$ gem install dotenv
$ gem install mini_magick
$ gem install nylas

Usage

Clone the repository. Go to your terminal and type:

$ ruby address_book.rb

About

Build an old-fashioned agenda using Decker (HyperCard) and Ruby

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published