Fork me on GitHub

apps-sdk by bittorrent

Overview

The Apps for BitTorrent SDK is a collection of tools, libraries and documentation to make the process of creating, authoring and testing apps as easy as possible.

Installation

The easiest way to get up and running on Windows, is by running the SDK installer To see the other ways that you can install the SDK tools, check out the howto.

Your First App

$ apps setup --name=hello-world
$ cd hello-world
$ apps serve

Open http://localhost:8080/ in your browser. If you’d like to see this in the µTorrent client, run:

$ apps package

and, double click dist/hello-world.btapp. The app should now show up in your client under “Apps” in the left bar.

Next Steps

Help

Download

You can download the source, tools, documentation and examples in either zip or tar formats.

You can also clone the project with Git by running:

$ git clone git://github.com/bittorrent/apps-sdk