# 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)