Giter Club home page Giter Club logo

refined-unipass's Introduction

refined-unipass

Build Status Infra Status Github Pages Status Semantic Release enabled Renovate enabled MIT license

Yet another Web App that simplifies the Unipass (Korean Customs Service) and adds useful features.

Live Demo

https://mooyoul.github.io/refined-unipass/

Screenshots

Quick Query B/L Query
Screenshot Screenshot
Compact Report Detailed Report
Screenshot Screenshot
Multiple Results Error Dialog
Screenshot Screenshot

Key Features

  • Compact & Simple UI for mobile devices
  • Quick cargo query without supplying "Arrival Year".
  • WIP - Event Notifications via Telegram, PushBullet, and Slack.

API

Getting Started

You'll need to prepare below resources:

  • Pre-configured AWS Credentials
  • API Key for accessing Unipass API - Docs
$ git clone https://github.com/mooyoul/refined-unipass.git
$ cd refined-unipass
$ npm ci

Deploying your own API service

$ env \
    CARGO_CLEARANCE_PROGRESS_API_KEY=YOUR_API_KEY \
    CORS_ALLOWED_ORIGINS='https://mooyoul.github.io http://www.lvh.me:8080' \
    CORS_MAX_AGE='3600' \
    npm run deploy:prod

(Optional) Deploying CDN

$ cd infra
$ npm ci
$ env \
    CDK_DEFAULT_REGION=us-east-1 \
    CDK_DEFAULT_ACCOUNT=YOUR_AWS_ACCOUNT_ID \
    CDN_DOMAIN_NAME=refined-unipass.example.com \
    CDN_ZONE_NAME=example.com \
    API_DOMAIN_NAME=xxxx.execute-api.region.amazonaws.com \
    API_PATH=/stage \
    npm run cdk -- deploy

Testing

Test Suites are not available at this moment.

Web Client

Getting Started

$ cd client
$ npm ci

Running web client locally

$ cd client
$ npm run dev

then, Navigate to http://www.lvh.me:8080.

Testing

Test Suites are not available at this moment.

Related

License

MIT

See full license on mooyoul.mit-license.org

refined-unipass's People

Contributors

mooyoul avatar renovate-bot avatar renovate[bot] avatar

Watchers

 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.