https://github.com/ryderdamen/flytoday
A google action for recreational pilots
https://github.com/ryderdamen/flytoday
aviation aviation-weather dialogflow flight flytoday googleassistant googleassistantactions ifr python vfr
Last synced: 5 months ago
JSON representation
A google action for recreational pilots
- Host: GitHub
- URL: https://github.com/ryderdamen/flytoday
- Owner: ryderdamen
- Created: 2018-03-27T21:42:29.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T02:58:44.000Z (over 3 years ago)
- Last Synced: 2023-03-21T10:25:17.051Z (almost 3 years ago)
- Topics: aviation, aviation-weather, dialogflow, flight, flytoday, googleassistant, googleassistantactions, ifr, python, vfr
- Language: Python
- Homepage: https://ryderdamen.com/projects/fly-today/
- Size: 766 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
[](https://circleci.com/gh/ryderdamen/FlyToday)
# Fly Today
[Fly today](https://ryderdamen.com/projects/fly-today) is a google assistant action that lets you know if it's VFR or IFR at an airport of your choice. For those who don't know what this means, it's pilot weather. VFR means it's Visual Flight Rules, so pilots without instrument training can fly. IFR means the weather sucks, so only pilots with specific instrument training can fly.

## About
This project uses [aviationweather.gov](http://www.aviationweather.gov) as it's source of aviation information.
## Using it
To activate it, you can say something like this to your Google Assistant enabled device:
`````txt
Hey Google, ask Fly Today if the Weather is good at YYZ right now
`````
to which the assistant responds
`````txt
Sure, here's Fly Today.
It's looking like low IFR right now at Lester B. Pearson International, Toronto.
`````
## Project History
Originally built in PHP, I migrated this project to python so I could run it in a serverless environment and never worry about devops. It now runs as a Google Cloud Function.
## Contributions
Contributions are welcome, feel free to submit a PR to add a feature.