Simple app used to calculate air density based on air temperature, dew point and air pressure.
Calculate air density (rho) based on air temperature, pressure and relative humidity (RH).
I’ve built this as a fun way to brush up on Javascript, learn Vue.Js and lay the foundation for a future project dealing with computation of coeficient of drag (CdA) in cycling based on field testing data using the Chung / Virtual Elevation method with Rho (air density) being one of the inputs required to estimate CdA.
For more on R. Chung’s Virtual Elevation method click here.
See the app in action at http://rho.mycda.app
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
For a detailed explanation on how things work, check out the guide and docs for vue-loader.
In order to use the location based weather data pull you need to configure your app instance to connect to the OpenWeatherMap API. To do so follow these simple steps:
Initial version launched on December 23, 2018.
git checkout -b my-new-feature
git commit -am 'Add some feature'
git push origin my-new-feature
MIT