https://github.com/martinsirbe/ycombinator-bitbar
A BitBar plugin for displaying Hacker News [news.ycombinator.com] in menu bar
https://github.com/martinsirbe/ycombinator-bitbar
bitbar-plugin golang
Last synced: 5 months ago
JSON representation
A BitBar plugin for displaying Hacker News [news.ycombinator.com] in menu bar
- Host: GitHub
- URL: https://github.com/martinsirbe/ycombinator-bitbar
- Owner: martinsirbe
- License: mit
- Created: 2017-07-15T12:10:03.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-07-05T21:36:50.000Z (almost 8 years ago)
- Last Synced: 2025-10-09T14:02:23.542Z (9 months ago)
- Topics: bitbar-plugin, golang
- Language: Go
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ycombinator-bitbar

A basic script for fetching top stories from [**Hacker News API**][1] and outputting them in [**BitBar**][2].
setup
-----
```go get -u github.com/martinsirbe/ycombinator-bitbar```
```go install github.com/martinsirbe/ycombinator-bitbar```
Move the `hacker-news.1m.sh` script to your BitBar plugins directory.
Update `GOPATH` in the `hacker-news.1m.sh`.
dependencies
------------
* [**Hacker News API**][1]
* [**BitBar**][2]
* [**gorun**][3]
## License
See the [LICENSE](LICENSE.md) file for license rights and limitations (MIT).
[1]: https://github.com/HackerNews/API
[2]: https://getbitbar.com/
[3]: https://github.com/erning/gorun