An open API service indexing awesome lists of open source software.

https://github.com/mrfoxpro/react-flight-indicators

Flight Indicators (http://sebmatton.github.io/flightindicators/) for React.
https://github.com/mrfoxpro/react-flight-indicators

Last synced: about 1 year ago
JSON representation

Flight Indicators (http://sebmatton.github.io/flightindicators/) for React.

Awesome Lists containing this project

README

          

This is React implementation of JQuery plugin: https://github.com/sebmatton/jQuery-Flight-Indicators

To check out demo, clone project, install dependencies with `npm i` and then `npm run dev`. Open browser on localhost:4444;

Used tools:

- Typescript
- React
- Fuse-box
- source of https://github.com/sebmatton/jQuery-Flight-Indicators

![Demonstration](https://i.imgur.com/WVilq1I.png)

Example of using:

```ts
import Altimeter from "react-flight-indicators/Altimeter";
;
```