Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Latest commit

 

History

History
15 lines (8 loc) · 1.03 KB

README.md

File metadata and controls

15 lines (8 loc) · 1.03 KB

BLAST CALC

The application is constantly up and running here hosted by Cloudflare.

Check all the documentation, including the User Manual, here.

General Description

This is the source code for a web application used for the creation of blasting circuit diagrams and the calculation of detonation delays. It will also produce other relevant data for the blasting planning process, e.g. histograms showing the spread of the detonations over time.

Users may also save their current plan and download it as a local file. Work on the same plan can be continued later by uploading the plan from file.

Technical Details

Application built with TypeScript utilizing the React framework :), running on a Node.js server. Application logic is almost completely executed on the client machine to minimize server load.