Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Authors.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 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 Railway account:

[![Deploy on Railway](https://railway.com/button.svg)](https://railway.com/template/2N2RdE)

---

# 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.
Expand Down