https://github.com/ableco/ruby-asana-integration-sample
https://github.com/ableco/ruby-asana-integration-sample
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ableco/ruby-asana-integration-sample
- Owner: ableco
- Created: 2021-02-03T00:25:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-03T01:32:34.000Z (over 5 years ago)
- Last Synced: 2025-02-23T04:27:32.827Z (over 1 year ago)
- Language: Ruby
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`