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
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (11.0%) to scientific vocabulary
Repository
Patari app for OS X and Windows.
Basic Info
- Host: GitHub
- Owner: asadm
- License: mit
- Language: JavaScript
- Default Branch: master
- Size: 110 MB
Statistics
- Stars: 24
- Watchers: 3
- Forks: 6
- Open Issues: 3
- Releases: 0
Metadata Files
README.md
Patari App
Patari app for Debian, OS X and Windows.
This is a wrapper around Patari music site using the wonderful Electron framework.
Why is that good?
- No more 'trying to find in which tab is Patari running'
- Media keys support! (Yeah, those with on them.)
- Tray icon gives quick access to current playlist

I love Patari and support their vision. So I made this app in my free time.
Download
Issues
- If the Windows version crashes on playing any song, please set the compatibility mode for Patari.exe to Windows 7. The bug is currently under investigation.
Contribute
To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
```bash
Clone this repository
$ git clone https://github.com/asadm/patari
Go into the repository
$ cd patari
Install dependencies and run the app
$ npm install && npm start
To build executables, first install electron-packager
$ npm install -g electron-packager
To build bundle for OS X
$ npm run make-osx
To build bundle for Windows
$ npm run make-win ```
Relevant Files
./main.jsholds the main logic for electron based app../preload.jsthis script is injected into Patari website onload. Starts communication with host (main.js) and set's up helpers and listeners for DOM playlist changes etc../libs/domhelpers.jsThis class is a wrapper around any interaction with HTML DOM of Patari. If Patari website changes significantly and breaks this app, This is where to make fixes../libs/observer.jshelper function used bydomhelpers.js, uses MutationObserver checks if there are any changes in the DOM tree of given target.
License MIT
Owner
- Name: Asad Memon
- Login: asadm
- Kind: user
- Location: San Francisco Bay Area
- Website: https://asadmemon.com
- Repositories: 13
- Profile: https://github.com/asadm
GitHub Events
Total
Last Year
Committers
Last synced: about 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| Asad Memon | a****d@B****l | 5 |
| Salman Hasni | s****i@h****m | 4 |
| Hammad Siddiqui | r****2@y****m | 3 |
| Waqar Hameed | w****8@g****m | 1 |
Issues and Pull Requests
Last synced: about 1 year ago
All Time
- Total issues: 3
- Total pull requests: 3
- Average time to close issues: N/A
- Average time to close pull requests: 4 days
- Total issue authors: 2
- Total pull request authors: 3
- Average comments per issue: 0.33
- Average comments per pull request: 2.33
- Merged pull requests: 3
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- aminmkhan (2)
- abhishekgupta92 (1)
Pull Request Authors
- muwaqar (1)
- HammadSiddiqui (1)
- salmanhasni (1)