Skip to content
This repository has been archived by the owner on May 14, 2020. It is now read-only.

📱 ExpressJS-based API that wraps data from Stream Deck Store into a Shields.io Custom Endpoint - Moved to tobimori/streamdeck-api

Notifications You must be signed in to change notification settings

tobimori/streamdeck-shields

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

All API access is over HTTPS, and accessed from https://streamdeck.api.moeritz.io.

Plain/JSON Endpoints

GET https://streamdeck.api.moeritz.io/plain/downloads/{pluginId}/

Replace {pluginId} with the plugin identifier, e.g. de.tobimori.streamdeck.ifttt.

Example

GET https://streamdeck.api.moeritz.io/plain/downloads/{pluginId}/
14144

Example

GET https://streamdeck.api.moeritz.io/json/downloads/{pluginId}/
{
  "identifier": "de.tobimori.streamdeck.ifttt",
  "downloads": "14144"
}

Shields.io Endpoint

Just embed an image like this in your README.md file or somewhere else:

https://img.shields.io/endpoint?url=https://streamdeck.api.moeritz.io/shields/downloads/{pluginId}/&...

Replace {pluginId} with the plugin identifier, e.g. de.tobimori.streamdeck.ifttt.

In Markdown this would look like this:

![](https://img.shields.io/endpoint?url=https://streamdeck.api.moeritz.io/shields/downloads/{pluginId}/&...)

In my example, this would return this:

About

📱 ExpressJS-based API that wraps data from Stream Deck Store into a Shields.io Custom Endpoint - Moved to tobimori/streamdeck-api

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published