Giter Site home page Giter Site logo

hiphop's Introduction

#HipHop Dependency Status

screenshot

How does it work?

When searching, the app will use iTunes and Last.fm to display song results (with cover, title, artist). It will then try to find the best match for this song on Youtube and stream the highest quality audio stream.

No torrents, completely decentralized.

HipHop on the Web

I've listed the top 20 articles talking about HipHop here: https://github.com/hiphopapp/hiphop/wiki/HipHop-on-the-Web

Contribute

Join us on IRC at #hiphopapp on freenode (web access).

Dependencies

You will need nodejs and grunt:

$ npm install -g grunt-cli

And ruby with compass to build the stylesheets. Read this for more information.

Running and debugging

Run at least once to install dependencies and generate JS and CSS files.

$ npm install
$ grunt

Run node-webkit from the build/cache directory (--debug always on). Note that grunt build has to be done at least once before this.

$ grunt run

Build

Build with:

$ grunt build

By default it will build for your current platform however you can control that by specifying a comma separated list of platforms in the platforms option to grunt:

$ grunt build --platforms=linux32,linux64,mac,win

You can also build for all platforms with:

$ grunt build --platforms=all

Release

Note: should add some grunt automation here

  1. Update version in /package.json

  2. $ grunt build --platforms=mac or just $ grunt build if you're on a Mac (the generated HipHop.app will be available in /build/releases/HipHop/mac/)

  3. Download latest Windows version of rogerwang/node-webkit#downloads and put all files in /node-webkit/win/*

  4. Open and Build /dist/windows/windows-installer.iss in a Windows environment (requires Inno Setup installed), this will generate /dist/windows/Install HipHop x.x.x.exe. You have your Windows installer!

  5. Upload both files to http://download.gethiphop.net/releases/x.x.x/[mac|win]/

  6. Update /misc/update.json accordingly and upload to http://gethiphop.net/update.json (ONLY when both releases are available for download)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.