Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hotchemi/tqkey-groovy
https://github.com/hotchemi/tqkey-groovy
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/hotchemi/tqkey-groovy
- Owner: hotchemi
- License: apache-2.0
- Created: 2014-06-08T02:01:12.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-06-08T02:16:21.000Z (over 10 years ago)
- Last Synced: 2024-10-14T12:43:25.595Z (3 months ago)
- Language: Groovy
- Size: 238 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
tqkey-groovy
============
[TQKey](https://github.com/naoty/TQKey) client for android.[](https://dply.me/gb7bsh#install)
![screen shot](http://f.st-hatena.com/images/fotolife/h/hotchemi/20140608/20140608110805.png)
## Install
Requires groovy 2.4-SNAPSHOT.
```sh
git clone https://github.com/groovy/groovy-core.git
cd groovy-core/
./gradlew -PskipIndy=true install
```## Contribute
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Added some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request## License
```
Copyright (C) 2014 Shintaro Katafuchi. All rights reserved.Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```