Skip to content

Commit

Permalink
Update README and LICENSE
Browse files Browse the repository at this point in the history
  • Loading branch information
subnomo committed May 6, 2018
1 parent 94f73e0 commit c7a5c09
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (C) 2017 Alex Taylor
Copyright (C) 2018 Alex Taylor

Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
Expand Down
18 changes: 13 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,21 @@
[![Build Status](https://travis-ci.org/subnomo/tubetop.svg?branch=master)](https://travis-ci.org/subnomo/tubetop)
[![Coverage Status](https://coveralls.io/repos/github/subnomo/tubetop/badge.svg?branch=master)](https://coveralls.io/github/subnomo/tubetop?branch=master)

A YouTube music player, for your desktop.
![screen](https://i.imgur.com/9E7LFVA.png)

**tubetop is a YouTube music player built with [Electron](https://electronjs.org/), [React](https://reactjs.org/), and [Redux](https://redux.js.org/) and written in [TypeScript](https://www.typescriptlang.org/).**

## Download
Check out the [releases page](https://github.com/subnomo/tubetop/releases) to download the latest release for your platform.

Development setup:
## Development
To get started you'll need:
* Node.js
* Yarn

Then run:

```
$ yarn install
$ node fuse
$ yarn start
```

![screen](https://i.imgur.com/9E7LFVA.png)

0 comments on commit c7a5c09

Please # to comment.