https://github.com/feluelle/poe-addons-organizer
This tool helps organizing all your poe addons. So you have one application to install that can keep tracking your addons for updates, etc.
https://github.com/feluelle/poe-addons-organizer
addon crawling electron graphql made-with-love path-of-exile pathofexile poe poe-addons
Last synced: 8 months ago
JSON representation
This tool helps organizing all your poe addons. So you have one application to install that can keep tracking your addons for updates, etc.
- Host: GitHub
- URL: https://github.com/feluelle/poe-addons-organizer
- Owner: feluelle
- License: mit
- Created: 2017-08-27T12:25:10.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-07-07T09:25:34.000Z (over 5 years ago)
- Last Synced: 2025-01-23T03:41:24.239Z (10 months ago)
- Topics: addon, crawling, electron, graphql, made-with-love, path-of-exile, pathofexile, poe, poe-addons
- Language: JavaScript
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# poe-addons-organizer
This tool helps organizing all your poe addons.
So you have one application to install that can keep tracking your addons for updates, etc.
## Upcoming Features
- **auto.** find poe tools on GitHub
- add the possibility to **manually** add non-GitHub projects to the app
- display all tools on a page
- display tools in most-used order
- download tools
- "check for updates"
- ...
## Crawling instead of using the API
Unfortunately I would leak an auth token of mine when requesting data via the GitHub API.
So I am crawling over the sites that contains the information I need. Pretty bad I know. :/
TODO: Find a better solution
## Technical Notes
This is an Application based on [Electron](https://electron.atom.io/)
including..
- [Vue](https://vuejs.org/) as the rendering framework,
- [Webpack](https://webpack.js.org/) as a bundler, (not yet in use)
- [Gulp](https://gulpjs.com/) as the task runner and (not yet in use)
- [Babel](https://babeljs.io/) as a JavaScript compiler.