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

https://github.com/ableco/ruby-asana-integration-sample


https://github.com/ableco/ruby-asana-integration-sample

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Ruby Asana Integration Sample

This sample shows the usage of [ruby-asana gem](https://github.com/Asana/ruby-asana)
The application will create a project called **Test Project** along with a task

## Setup

- Clone this repo
- Go to the application folder
- Execute `bundle install`
- Create `.env` file and add the following variables:

```yaml
PERSONAL_TOKEN="value"
WORKSPACE="value"
TEAM="value"
USER_NAME="value"

```

## Usage

Run the sample by executing `ruby app.rb`