Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 1.59 KB

README.md

File metadata and controls

43 lines (26 loc) · 1.59 KB

KiteModeler - RN

Made with Love in India

img

This repository contains the open-source back-end and front-end code for KiteModeler-Reboot-RN, which is a modern version of KiteModeler from NASA Glenn. Also check out the Python version here [repo] [live demo]

The code has been written using Typescript React. This app will remain free and open-source.

How to install

Download the APK files, which you can find in the Releases

How to build and execute

  • Run the build tool in one terminal using npx react-native start
  • Create the app in another terminal using npx react-native run-android or npx react-native run-ios depending on the platform of choice

How to test

Tests can be run using npm test and coverage report can be obtained by adding -- --coverage to it

Sample

Whom to contact?

Please direct your queries to gpavanb1 for any questions.

Acknowledgements

  • The original KiteModeler can be found here

  • The bounded minimization routine has been borrowed from the Scipy implementation in Python and adapted for Typescript.

  • Hat-tip to Sujeet for suggesting a JS implementation.