Git Product home page Git Product logo

uks's Introduction

UKS

Example

Overview

This dummy util goes through a list of organisations licensed to sponsor workers on the Worker and Temporary Worker immigration routes and checks if a provided company in this list.

It may be useful when you travel abroad and then go back to the UK. Sometimes companies forget to renew a license and the law says it our requirement to check it before travelling to the UK, otherwise, it may be considered as an offence fly and it happens that a company has an expired license, moreover, nobody wants to stuck at the border.

The list lives here:
https://www.gov.uk/government/publications/register-of-licensed-sponsors-workers

Usage

$ go get -u github.com/sprytnyk/uks
$ uks -h
Usage of uks:

    $ uks "Acme Ltd."
    Checks if the provided company in the register of licensed sponsors.
    Output:
        Company: Acme Ltd.
        Found: false

    $ uks -o json "Acme Ltd."
    Print output in format: json/text (default "text")
    Output:
        {"company":"Acme Ltd.","found":false}

Goal of this project

The main goal of this project is to make feel of Golang being a Pythonista and have a handy CLI util because we all love them.

Things to do

  • Caching
  • Testing
  • Check by a license number and more fancy checks

uks's People

Contributors

sprytnyk avatar

Stargazers

 avatar

Watchers

 avatar  avatar

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.