Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/whoisandy/yoda

A nifty Mac OS X app to browse and download YouTube videos
https://github.com/whoisandy/yoda

Last synced: about 2 months ago
JSON representation

A nifty Mac OS X app to browse and download YouTube videos

Lists

README

        

# Yoda

Yoda is a nifty osx application which enables you to browse and download videos from YouTube.
Built using [ReactJS](https://facebook.github.io/react) & [Electron](http://electron.atom.io)

[Download latest version](https://github.com/whoisandie/yoda/releases/tag/v1.0.0) of Yoda

## Downloads
The latest version of yoda can be downloaded from the [releases](https://github.com/whoisandie/yoda/releases) page.
Please note that currently only supports osx.

## Developers
Requires gulp to be installed on your machine.
Clone the repository, install dependencies and run `gulp`

``` bash
git clone https://github.com/whoisandie/yoda.git

# Cd into the directory and install dependencies
cd yoda && npm install

# Run gulp to start
gulp
```

To build a disk image, run `gulp release`, which will run the necessary tasks
and create the disk image in a `dist` directory.

## Contribution

Want to make a contribution ? Fork the repo, tweak, add your changes, submit a pull request :) And yes any type of contributions (ideas, bug fixes, fixing typos, etc.) will be appreciated !

## License

Copyright (c) 2015 [whoisandie](http://whoisandie.com)