All Projects → soulchild → logos-api

soulchild / logos-api

Licence: other
Node.js application providing a RESTful API for searching and retrieving logos from various user-contributed sources

Programming Languages

javascript
184084 projects - #8 most used programming language
shell
77523 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to logos-api

Alipayforesttweak
iOS支付宝蚂蚁森林能量收取助手
Stars: ✭ 104 (+395.24%)
Mutual labels:  logos
Gamefinal
next-gen 3D game engine
Stars: ✭ 183 (+771.43%)
Mutual labels:  logos
uiLogos-sketch-plugin
Sketch plugin to Insert professionally designed dummy logos of companies and 190+ country flag into SketchApp
Stars: ✭ 26 (+23.81%)
Mutual labels:  logos
Packaging
Kata Containers version 1.x packaging (for version 2.x see https://github.com/kata-containers/kata-containers).
Stars: ✭ 117 (+457.14%)
Mutual labels:  logos
Sketch Logo Fetcher
Sketch.app plugin to search and insert logos from either the Logos API (SVG) or Clearbit API (PNG)
Stars: ✭ 144 (+585.71%)
Mutual labels:  logos
Artwork
🎨CNCF-related logos and artwork
Stars: ✭ 240 (+1042.86%)
Mutual labels:  logos
Iranianbanklogos
Iranian bank logos - لوگوهای بانک های ایران
Stars: ✭ 97 (+361.9%)
Mutual labels:  logos
Dune
A free, open-source, iOS 13-like dark mode for iOS 11 and 12
Stars: ✭ 71 (+238.1%)
Mutual labels:  logos
Flyjb X
You can HIDE Doing jailbreak your iDevice.
Stars: ✭ 139 (+561.9%)
Mutual labels:  logos
HSWidgets
Add options to display widgets right on your homescreen.
Stars: ✭ 35 (+66.67%)
Mutual labels:  logos
Globalwebinspect
Enable WebView remote inspector for every app
Stars: ✭ 119 (+466.67%)
Mutual labels:  logos
Dingtalkgpsfaker
加强版请参考我的另一个项目 DingTalkAssistant
Stars: ✭ 128 (+509.52%)
Mutual labels:  logos
awesome-design
A collection of open resources for web designers
Stars: ✭ 87 (+314.29%)
Mutual labels:  logos
Picons
High quality tv & radio logos for your channels, also known as picons.
Stars: ✭ 110 (+423.81%)
Mutual labels:  logos
graphics
A place where miscellaneous Julia-related graphics are stored. If you're looking for the official Julia logos and related graphics, visit https://github.com/juliaLang/julia-logo-graphics.
Stars: ✭ 16 (-23.81%)
Mutual labels:  logos
Neptune
Fluid SpringBoard for iOS 12
Stars: ✭ 102 (+385.71%)
Mutual labels:  logos
Vectorlogozone
3,000+ gorgeous SVG logos, perfect for your README or credits page
Stars: ✭ 239 (+1038.1%)
Mutual labels:  logos
Logos-Xcode
Xcode Logos Supports
Stars: ✭ 30 (+42.86%)
Mutual labels:  logos
TranslucentMessages
Make the iOS Messages app translucent!
Stars: ✭ 18 (-14.29%)
Mutual labels:  logos
cncf-stencils
Graffles stencils for CNCF projects.
Stars: ✭ 74 (+252.38%)
Mutual labels:  logos

Logos API

Simple Node.js application providing a RESTful API for searching and retrieving logos from various user-contributed sources.

Actions Status

NOTE: This project is a work-in-progress and the API may change at any time. Its main purpose is being the backend for my Sketch logo fetcher plugin.

Live demo

Check out a running installation:

Logo sources

Installation

npm install
npm start

Docker

docker run --rm -p 8000:8000 --name logos-api soulchild/logos-api:latest

Browse to: http://localhost:8000

Examples

Search

By name

By name and source

Get logo

Updating the logos

I deliberately didn't use the readily available instant-logos module, because the dependency chain was insane. Plus, the napa-based downloading of 3rd-party logos didn't work for me out-of-the-box. I took the approach of least resistance and currently just clone the source Github repositories during npm installation. To update the downloaded logos, just run npm run update-logos.

Thank you

Kudos to all the people doing the hard work of compiling and creating the logos!

Thanks to DG-i for hosting the API.

Authors

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].