lukemassa / nickandluke-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nickandluke-api

Deploys a heroku app to pair with https://github.com/lukemassa/nickandluke.

Runs an API that takes as input guest names, and returns whether or not they are valid guests, and which google form to send them.

Deployment

Heroku app is called nickandluke-api in lukefmassa@hotmail.com account

Development

Requirements

  1. Go
  2. Heroku

Update

git push heroku main

Add guest

  1. ./run --action download
  2. Edit staging/guests.csv
  3. ./run --action upload
  4. This should update hashed.txt
  5. Commit hashed.txt and run git push heroku main.

About

License:MIT License


Languages

Language:Go 81.0%Language:Python 15.0%Language:Shell 3.3%Language:Procfile 0.7%