dizzib / earthcalc

This app calculates how much a distant object is obscured by the earth's curvature.

Home Page:http://dizzib.github.io/earth/curve-calc/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

calculation method

calculation method

developer build and run

With node.js installed on the target box:

$ git clone --branch=dev https://github.com/dizzib/earthcalc.git
$ cd earthcalc
$ npm install       # install project dependencies
$ npm start         # build and start the task runner
earthcalc > b.all   # build everything

You should now be able to point your browser at _build/site/index.html

license

MIT

About

This app calculates how much a distant object is obscured by the earth's curvature.

http://dizzib.github.io/earth/curve-calc/index.html

License:MIT License


Languages

Language:LiveScript 68.8%Language:HTML 20.4%Language:JavaScript 10.1%Language:Shell 0.6%Language:CSS 0.1%