This project will show you how to Build an old-fashioned agenda using Decker (HyperCard) and Ruby.
- Ruby 3.1.1 or greater
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
We need to install Decker
The download and intall Lilt
$ make lilt && make install
Also, we're going to need imagemagick
$ brew install imagemagick
$ gem install dotenv
$ gem install mini_magick
$ gem install nylas
Clone the repository. Go to your terminal and type:
$ ruby address_book.rb