Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hpedrorodrigues/imagesearch
A small image search app
https://github.com/hpedrorodrigues/imagesearch
android bing flickr giphy google-custom-search imgur pixabay
Last synced: about 1 month ago
JSON representation
A small image search app
- Host: GitHub
- URL: https://github.com/hpedrorodrigues/imagesearch
- Owner: hpedrorodrigues
- License: apache-2.0
- Created: 2016-07-21T15:48:29.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-13T20:01:25.000Z (over 7 years ago)
- Last Synced: 2023-03-03T00:42:45.433Z (almost 2 years ago)
- Topics: android, bing, flickr, giphy, google-custom-search, imgur, pixabay
- Language: Java
- Homepage: https://play.google.com/store/apps/details?id=com.hpedrorodrigues.imagesearch
- Size: 27.5 MB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[travis-image]: https://travis-ci.org/hpedrorodrigues/ImageSearch.svg?branch=master
[travis-url]: https://travis-ci.org/hpedrorodrigues/ImageSearch
[flickr-docs]: https://www.flickr.com/services/api/flickr.photos.search.html
[imgur-docs]: https://api.imgur.com/endpoints/gallery#gallery-search
[google-cse-docs]: https://developers.google.com/custom-search/docs/overview
[street-view-docs]: https://developers.google.com/maps/documentation/streetview/intro
[duck-duck-go-docs]: https://duckduckgo.com/api
[bing-image-search-docs]: https://dev.cognitive.microsoft.com/docs/services/56b43f0ccf5ff8098cef3808/operations/56b4433fcf5ff8098cef380c
[pixabay-docs]: https://pixabay.com/api/docs/
[giphy-docs]: https://github.com/Giphy/GiphyAPI
[playstore-badge]: ./art/general/en-play-badge.png
[app-url]: https://play.google.com/store/apps/details?id=com.hpedrorodrigues.imagesearch
[app-home-img]: https://raw.githubusercontent.com/hpedrorodrigues/ImageSearch/master/art/phone/1.png# Image Search
[![Build Status][travis-image]][travis-url]
A simple Android App.
[![Play Store Badge][playstore-badge]][app-url]
**Supported API's**
- [Flickr][flickr-docs]
- [Imgur][imgur-docs]
- [Google Custom Search Engine][google-cse-docs]
- [Street View Image API][street-view-docs]
- [DuckDuckGo][duck-duck-go-docs]
- [Bing][bing-image-search-docs]
- [Pixabay][pixabay-docs]
- [Giphy][giphy-docs]## Image
![Home][app-home-img]
## License
Copyright 2016 Pedro Rodrigues
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.