Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (9.2%) to scientific vocabulary
Last synced: 9 months ago
·
JSON representation
Repository
nothing to do
Basic Info
- Host: GitHub
- Owner: YUL932
- License: gpl-2.0
- Language: HTML
- Default Branch: main
- Size: 218 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Created over 1 year ago
· Last pushed 10 months ago
Metadata Files
Readme
Changelog
Contributing
Funding
License
Code of conduct
Citation
Codeowners
Security
Roadmap
Authors
Zenodo
Notice
Copyright
Dco
Cla
README
This is a free, open-source, sample application demonstrating use of the
Asana API. It takes the form of a Chrome Extension that, when installed,
integrates Asana into your web experience in the following ways:
* Creates a button in your button-bar which, when clicked, pops up a
QuickAdd window to create a new task associated with the current web page.
You can click a button to populate the task name with the page title and
the URL and current selected text in the notes.
* Installs the special Asana ALT+A keyboard shortcut. When this key combo
is pressed from any web page, it brings up the same popup.
This functionality will operate on any window opened after the extension
is loaded.
See: http://developer.asana.com/
Files of special interest:
api_bridge.js:
Handles generic communication with the API.
server_model.js:
Wraps specifics of individual API calls to return objects to calling code.
This is not a real ORM, just the bare bones necessary to get a few
simple things done.
popup.html
Source for the popup window, contains the top-level logic which drives
most of the user-facing functionality.
To install:
1. Download the code, e.g. `git clone git://github.com/Asana/Chrome-Extension-Example.git`
2. Navigate chrome to `chrome://extensions`
3. Check the `Developer mode` toggle
4. Click on `Load Unpacked Extension...`
5. Select the folder containing the extension
Owner
- Login: YUL932
- Kind: user
- Repositories: 1
- Profile: https://github.com/YUL932
GitHub Events
Total
- Push event: 1,456
- Create event: 2
Last Year
- Push event: 1,456
- Create event: 2
Dependencies
.github/workflows/ci-plus.yml
actions
- actions/checkout v3 composite
- actions/setup-python v4 composite
requirements.txt
pypi
- certifi ==2024.7.4
- chardet ==5.2.0
- charset-normalizer ==3.3.2
- idna ==3.7
- numpy ==2.0.1
- pandas ==2.2.2
- python-dateutil ==2.9.0.post0
- pytz ==2024.1
- requests ==2.32.3
- six ==1.16.0
- tzdata ==2024.1
- urllib3 ==2.2.2