GithubHelp home page GithubHelp logo

qbio's Introduction

qbio

This project is a simple utility to query the biography of any artist. It's meant to showcase basic functionalities and some design principles applied with Swift. To showcase these, some implementations are a bit overkill for this kind of application and arguably violate the KISS principle.

Three principles are showcased in particular. A detailed description of these can be found here.

Project structure

The project consists out of two products (to use the Swift Package Manager terminology):

  • qbio-lib
    type=library: Implementation of querying the data.
  • qbio
    type=executable: Simple CLI application that uses qbio-lib for querying the data.

qbio-lib

The library provides a protocol ArtistDataSource that can be used to implement custom logic and data sources but with an abstract API. AudioDBArtistDataSource is an example implementation that uses The AudioDB via an HTTP-API as the data source.

qbio

The executable uses qbio-lib to query the biography of one or more artists passed by the user. It's using ArgumentParser by Apple to parse and execute the arguments and options passed by the user.

qbio's People

Contributors

lcptrs avatar

Watchers

 avatar

qbio's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.