# get-chromium-apk

A small tool to retrieve [Chromium](http://www.chromium.org/) builds for [Android](http://www.android.com/).

It will download, extract and put the apk in your current working directory.

## Installation and run

`npm install -g get-chromium-apk` aaaand `get-chromium-apk`.

## Options

- Use `--install` to install the apk to your device using [adb](https://developer.android.com/tools/help/adb.html) (it will fail if you don't have it in somewhere in your PATH).
- Use `--version 12345` to retrieve version 12345 instead of the last one.

## Changelog

### Release 2.0.1

- Quick refactoring
- Move to modern JavaScript (may not work if you live in the past)
- Update / cleanup dependencies

### Release 1.0.4 #WORKSONMAHCOMPUTAAA

- Works on my computer
- Fix moving apk (do everything in cwd instead of /tmp then moving back the file)
- Actually build and npm publish the thing

## License

Licensed under the [wtfpl](http://wtfpl.org/)

```
               DO WHATEVER THE FUCK YOU WANT, PUBLIC LICENSE
        TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION

                0. You just DO WHATEVER THE FUCK YOU WANT.
```
