Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/xasos/androidtoolbox
- Owner: xasos
- License: mit
- Created: 2014-08-16T20:53:17.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-21T17:12:43.000Z (about 10 years ago)
- Last Synced: 2024-10-14T21:18:38.303Z (3 months ago)
- Language: JavaScript
- Homepage: http://xasos.github.io/androidtoolbox
- Size: 601 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)