https://github.com/davidobrien1985/flightaware_csharp
https://github.com/davidobrien1985/flightaware_csharp
azure azure-functions flightaware
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/davidobrien1985/flightaware_csharp
- Owner: davidobrien1985
- License: mit
- Created: 2017-04-05T04:51:34.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-06-22T19:29:41.000Z (almost 4 years ago)
- Last Synced: 2025-03-19T12:07:53.799Z (about 1 year ago)
- Topics: azure, azure-functions, flightaware
- Language: C#
- Homepage: https://david-obrien.net
- Size: 26.4 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Azure Function for Flightaware
This C# code supports being integrated to an [Azure Function](http://functions.azure.com/) as a compiled library.
Trigger it from Slack and use one of the following two Slack slash commands:
## Slash commands
`/metar` or `/flightstatus`
Use like this:
`/metar MEL` to get the weather for the airport IATA Code "MEL" (Melbourne Tullamarine/Australia).
`/metar YMML` to get the weather for the airport ICAO Code "YMML" (Melbourne Tullamarine/Australia).
`/flightstatus QF400` to get the next flight (between NOW and 24hrs) for QF (Qantas) flight 400.
## Dependencies
One needs a [flightaware](http://flightaware.com/) user id and API key added to the Azure Functions environment in order for the code to be able to authenticate against FlightAware.