Skip to content

andrewnaumann/hotshot

Repository files navigation

Hotshot

A menubar app for Dribbble.

v0.3.1-alpha

Hotshot is a simple menubar app for viewing the latest popular shots on Dribbble built with Github's Electron.

Download

Hotshot v0.3.1-alpha

Building by Yourself

  • Clone the repo to somewhere on your computer using git clone [email protected]:andrewnaumann/hotshot.git
  • Navigate inside the directory using cd hotshot
  • Install application dependencies by running npm install
  • There is an application build script already setup inside the package.json file for Mac OSX 64bit. Execute the script by running npm run package
  • If everything builds successfully a Hotshot-darwin-64 folder will be created with the executable labeled 'Hotshot' inside

Status

Hotshot was just rewritten using Vue.js instead of React. The codebase is much smaller and easier to work with. New features include an infinite scroll and auto refreshing content after a period of inactivity.