Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xvezda/shields-endpoint-whale-store
:whale: Whale store endpoint API for shields.io / 웨일 스토어 배지
https://github.com/xvezda/shields-endpoint-whale-store
3rd-party-api docker-images shields-endpoint shieldsio-endpoint
Last synced: 28 days ago
JSON representation
:whale: Whale store endpoint API for shields.io / 웨일 스토어 배지
- Host: GitHub
- URL: https://github.com/xvezda/shields-endpoint-whale-store
- Owner: Xvezda
- License: apache-2.0
- Created: 2020-02-17T02:33:24.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-05T14:01:12.000Z (over 3 years ago)
- Last Synced: 2024-10-24T23:19:05.928Z (3 months ago)
- Topics: 3rd-party-api, docker-images, shields-endpoint, shieldsio-endpoint
- Language: Python
- Homepage: https://hub.docker.com/r/xvezda/shields-endpoint-whale-store
- Size: 21.5 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README-en.md
- License: LICENSE
Awesome Lists containing this project
README
# shields.io whale store endpoint API
![License](https://img.shields.io/github/license/Xvezda/shields-endpoint-whale-store)
Simple 3rd party API server implemenetation of [shields](https://github.com/badges/shields) endpoint which provide [whale store](https://store.whale.naver.com) informations.
## Example
URL: `https://api.xvezda.com/v1/whale-store/v/{id}`
e.g.)
```markdown
[![FixImg](https://img.shields.io/endpoint?url=https%3A%2F%2Fapi.xvezda.com%2Fv1%2Fwhale-store%2Fv%2Fccamieeifalippbcdjfokaamepjpjcdo)](https://store.whale.naver.com/detail/ccamieeifalippbcdjfokaamepjpjcdo)
```[![FixImg](https://img.shields.io/endpoint?url=https%3A%2F%2Fapi.xvezda.com%2Fv1%2Fwhale-store%2Fv%2Fccamieeifalippbcdjfokaamepjpjcdo)](https://store.whale.naver.com/detail/ccamieeifalippbcdjfokaamepjpjcdo)
## Hosting your own server
```sh
docker run xvezda/shields-endpoint-whale-store
```