balena-io-modules / scrutinizer

Extract a git repository's metadata relying on open source conventions
Apache License 2.0
8 stars 0 forks source link

plugin: Get repository logo #70

Closed dimitrisnl closed 4 years ago

dimitrisnl commented 5 years ago

Connects-to: #64 Change-type: minor Signed-off-by: Dimitrios Lytras dimitrios@balena.io

dimitrisnl commented 5 years ago

Used https://github.com/electron/electron as a reference.

If the very first element in the markdown file contains an image, grab it and return an object as follows:

{ logo: { url: IMAGE_BLOB_URL, base64: IMAGE_AS_BASE64 } }
dimitrisnl commented 5 years ago

Using electron as ref Screen Shot 2019-06-27 at 2 27 43 PM