Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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 / 웨일 스토어 배지

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
```