Skip to content

Instantly share code, notes, and snippets.

@bbohling
Last active December 16, 2015 20:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bbohling/5490260 to your computer and use it in GitHub Desktop.
Save bbohling/5490260 to your computer and use it in GitHub Desktop.
# 4 Things To Do to Get Asana Alfred Workflow Setup
All the data you collect below must be added to the ruby scripts in the Alfred workflow:
1. insert asana API Key (access via Account Settings in Asana)
2. insert workspace id. In terminal: curl -u your_api_key https://app.asana.com/api/1.0/workspaces
3. insert project id. In terminal: curl -u your_api_key https://app.asana.com/api/1.0/projects
4. insert your email address
# Your System Also Needs the Follow Ruby Gems
1. rubygems
2. JSON
3. net/https
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment