Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 951 Bytes

README.md

File metadata and controls

39 lines (28 loc) · 951 Bytes

wi2-guestcode-server

CircleCI

Getting the Guest Code for public Wi-Fi is messy and stressfull? Ok, the agent will do instead of you!

Environment

  • Go 1.11
  • Google App Engine(Standard Environment)

Setup

  1. Clone it.
    $ go get github.com/GoodCodingFriends/wi2-guestcode-server
    
  2. Create secret.yaml including some environment variable specifications:
    env_variables:
      WI2_GUESTCODE_SERVER_TO: "[email protected]"
    
  3. Deploy it.
    $ gcloud deploy app.yaml cron.yaml index.yaml
    

Usage

The agent takes the Guest Code periodically by 10 mins.

The code can be got by hitting /code entrypoint.

$ curl 'https://projectname.appspot.com/code'
DCS9404XWP

Save your time and enjoy creative one!