From 70681daf525786d2cbad438d3dca609334d2d3ac Mon Sep 17 00:00:00 2001 From: Liam Murray <38444224+Lermatroid@users.noreply.github.com> Date: Sat, 25 Jan 2025 14:25:55 -0600 Subject: [PATCH 1/3] Add Railway To README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 1ca4a3d..9f7401e 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,16 @@ If you wish to use Heroku, click the button below to deploy Flight Engine in you --- +### Railway + +Railway is a additional free hosting - however, it does require purchasing a minimum of $5/mo in credits. + +If you wish to use Railway, click the button below to deploy Flight Engine in your Heroku account: + +[![Deploy on Railway](https://railway.com/button.svg)](https://railway.com/template/2N2RdE?referralCode=IQmKrJ) + +--- + # Retrieving Data Once your app is up and running (either locally or hosted somewhere like Heroku), make HTTP requests to retrieve the data documented below. From 1e81d829ea5d33fba7bde67091c07dea52abcbbe Mon Sep 17 00:00:00 2001 From: Liam Murray <38444224+Lermatroid@users.noreply.github.com> Date: Sat, 25 Jan 2025 14:26:58 -0600 Subject: [PATCH 2/3] Update Authors.md --- Authors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Authors.md b/Authors.md index 7a6e18c..2e2876c 100644 --- a/Authors.md +++ b/Authors.md @@ -5,3 +5,4 @@ - Henry Nguyen (henry.nguyen@aa.com) - Jason Veitch (jveitch@bu.edu) - Demondre Livingston(demondre.livingston@aa.com) +- Liam Murray (liam@murray.to) From 2e6105b37bd811690c6a8bb2773b0b40988cb85e Mon Sep 17 00:00:00 2001 From: Liam Murray <38444224+Lermatroid@users.noreply.github.com> Date: Sat, 1 Feb 2025 09:12:40 -0600 Subject: [PATCH 3/3] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9f7401e..5bb1a4a 100644 --- a/README.md +++ b/README.md @@ -59,11 +59,11 @@ If you wish to use Heroku, click the button below to deploy Flight Engine in you ### Railway -Railway is a additional free hosting - however, it does require purchasing a minimum of $5/mo in credits. +Railway is a additional hosting option offering easy deploymeny - however, it does require purchasing a minimum of $5/mo in credits. -If you wish to use Railway, click the button below to deploy Flight Engine in your Heroku account: +If you wish to use Railway, click the button below to deploy Flight Engine in your Railway account: -[![Deploy on Railway](https://railway.com/button.svg)](https://railway.com/template/2N2RdE?referralCode=IQmKrJ) +[![Deploy on Railway](https://railway.com/button.svg)](https://railway.com/template/2N2RdE) ---