Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sharat87/hn-user-notes
Keep small personal notes on HN users.
https://github.com/sharat87/hn-user-notes
browser-extension chrome-extension firefox-extension hacker-news
Last synced: about 1 month ago
JSON representation
Keep small personal notes on HN users.
- Host: GitHub
- URL: https://github.com/sharat87/hn-user-notes
- Owner: sharat87
- License: mit
- Created: 2021-09-11T11:38:16.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-09-18T12:53:47.000Z (over 3 years ago)
- Last Synced: 2024-10-28T19:41:42.886Z (3 months ago)
- Topics: browser-extension, chrome-extension, firefox-extension, hacker-news
- Language: JavaScript
- Homepage: https://chrome.google.com/webstore/detail/hnusernotes/khjlmmahlaebffgflancckkaofmodckk
- Size: 762 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HnUserNotes
HnUserNotes is a small browser extension that allows keeping small text notes on HN users. It can help remember who you've met on HN before, or who's the founder of a startup etc., and can give some valuable and specific context to their comment.
Get it for [**Firefox**](https://addons.mozilla.org/en-US/firefox/addon/hnusernotes/) or [**Chrome**](https://chrome.google.com/webstore/detail/hnusernotes/khjlmmahlaebffgflancckkaofmodckk).
![Screenshot](https://github.com/sharat87/hn-user-notes/raw/master/media/shot-1-chrome.png)
## Building
Make sure you have Node.js `v14.15` and yarn `v1.22`.
To build the Firefox extension, run the following commands:
```sh
yarn install --frozen-lockfile
make firefox
```The Firefox extension should now be located at `dist/firefox`, and zipped up at `dist/firefox-hun.zip`.
To build the chrome extension, run the following commands:
```sh
yarn install --frozen-lockfile
make chrome
```The chrome extension should now be located at `dist/chrome`, and zipped up at `dist/chrome-hun.zip`.
## Support & Contributing
If you found a bug, or faced a problem using this extension, please feel free to open an issue. My response _will_ be a little slow, as I'm a bit tight on bandwidth right now, but I _will_ get back.
I developed this in my spare time (weekends), because I wanted it. It has just enough features, that I can ship and call it a day. I don't intend to make it a big, powerful, featureful thing, so, unless your contribution is a bug-fix, I can't promise it'll be merged.
If you want to show your interest and support for this project, you may want to [buy me a coffee](https://www.buymeacoffee.com/sharat87). Thank you very much!
## Plug
If you're into API development or API testing in general, you should check [Prestige](https://prestigemad.com) out. It is an open-source text-based API client, like an interface-less Postman. Source code at [sharat87/prestige](https://github.com/sharat87/prestige). Thanks :pray:.
## License
[MIT License](https://github.com/sharat87/hn-user-notes/blob/master/LICENSE).
© Copyright 2021-present, Shrikant Sharat Kandula.