Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/foo-dogsquared/remote-repo-author-viewer
Want to view profiles quickly when visiting some developer-oriented websites? Here's one way to do that.
https://github.com/foo-dogsquared/remote-repo-author-viewer
firefox-extension github webextension
Last synced: about 1 month ago
JSON representation
Want to view profiles quickly when visiting some developer-oriented websites? Here's one way to do that.
- Host: GitHub
- URL: https://github.com/foo-dogsquared/remote-repo-author-viewer
- Owner: foo-dogsquared
- License: mit
- Created: 2019-01-13T11:56:56.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-15T01:59:43.000Z (about 6 years ago)
- Last Synced: 2024-11-12T16:45:04.057Z (3 months ago)
- Topics: firefox-extension, github, webextension
- Language: JavaScript
- Homepage: https://addons.mozilla.org/en-GB/firefox/addon/remote-repo-author-viewer/
- Size: 1.72 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: code-of-conduct.md
Awesome Lists containing this project
README
# remote-repo-author-viewer
Pretty self-explanatory, right?![Demo of the app (pre-release)](./docs/assets/demo.gif)
Want to view profiles quickly when visiting some developer-oriented websites? Here's one way to do that.
## How to build?
For future references:
- Windows 10
- Node v11.3.0
- npm 6.4.1
- Firefox 54 (or at least can properly parse ES2015)Just do the following:
```bash
npm install
npm run build:popup:prod
```The popup files are stored in `src/popup` and the finished files will be in `dist/` directory with the icons and the `manifest.json`.
To build the popup files, just enter `npm run build:popup:prod`.
## To-dos / User stories
- It should able to detect reserved words for each site in case account URLs and their URL of the reserve words are the same origin
- Add support for [GitLab](https://gitlab.com) and [GitLab pages](https://about.gitlab.com/product/pages/)
- Add support for [SourceForge](http://sourceforge.net/), if possible
- Add support for [Gitote](https://gitote.in)
- Add support for [Repl.it](https://repl.it)
- Add support for [Codepen](https://codepen.io)## How to contribute?
If you find any bugs or want to request for a feature or an improvement, you can file an issue on this repo.If you're contributing through code, feel free to do so. Just take note we're taking a [code of conduct](./code-of-conduct.md) over here.
You can also contribute by donating, if you appreciate my work. Just click on the big button below and hit me up with another coffee that I can buy (don't worry, it's not from Starbucks or any fancy coffee shops 😋):
[![Buy Me A Coffee link](./docs/assets/button-orange.png)](buymeacoff.ee/foodogsquared)