Skip to content

Commit

Permalink
Merge branch 'master' of github.com:rey/palin
Browse files Browse the repository at this point in the history
  • Loading branch information
Rey Dhuny committed Jan 18, 2016
2 parents 8db04f3 + a68c94b commit 7de0d4f
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
@@ -1,5 +1,38 @@
# Palin

## About

![Palin screen shot](https://c2.staticflickr.com/2/1690/24001417140_7aee37c07f_o.png)

Palin is an app for your menu bar that shows a green dot when you have an
internet connection, or a red dot if you don't have an internet connection.

## Develop

```
git clone https://github.com/rey/palin.git ~/palin
cd ~/palin && npm run start
```

## Build

```
git clone https://github.com/rey/palin.git ~/palin
cd ~/palin && npm run build
open ~/palin/_build
```

## Credits

* [Jethro Clunies-Ross](http://jethro247.tumblr.com/archive) for his suggestion
to make the dots in the menu bar smaller.
* [@lauramwillis](https://github.com/lauramwillis) for taking my butchered app
icon and making it round and beautiful.
* [@johnbillion](https://github.com/johnbillion) for sanity checking my
JavaScript.

***

## Generate `.icns`

```
Expand Down

0 comments on commit 7de0d4f

Please sign in to comment.