This repository contains samples for the new Infinite Flight Live API. Languages included so far are:
- C#
- NodeJS
- PHP
Contributions are welcome. Just fork, add a branch called the language you're adding (for example, java
), make your contributions, then open a Pull Request.
Samples are made of two main parts.
- A class or equivalent containing function to interact with the API
- A sample project
To use the samples, Clone or Download this repository, then open the folder of your project. Each project contains a README with specific instructions on how to set up and use it. As per the license, you are welcome to use these samples in your own projects. Credit is not required, but appreciated.
All samples use Environment Variables to store API Keys and include support .env
files. See project READMEs for more information.
These samples are licensed under the Apache 2.0 license.
All samples will contain project-specific documentation. For full documentation on the Infinite Flight Live API see here.