Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/xasos/androidtoolbox

Library explorer for Android.
https://github.com/xasos/androidtoolbox

Last synced: about 1 month ago
JSON representation

Library explorer for Android.

Awesome Lists containing this project

README

        

Android Toolbox
==============

Library explorer for Android. Available [here](http://xasos.github.io/androidtoolbox/).

## Building
```sh
$ npm install
$ bower install
$ grunt server
```

## Deploying to Firebase
```sh
$ firebase login
$ grunt build
$ firebase deploy
```
## Contributing
Have an awesome library to share? Simple. Fork this repo, edit [libraries.json](app/libraries.json) with your library following the existing pattern, and submit a PR.

## License
[MIT License](LICENSE)