Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 767 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 767 Bytes

What does this project do?

We parse from our sipgate-team history all incoming calls, SMS, and Fax. We then analyze from which german area codes most events originate. Finally, the results are visualized on a heatmap of germany.

Prerequisites:

How to run:

Create the .env file by copying the .env.example. Set the values according to the comment above each variable.

npm run createData
npm run start

open http://0.0.0.0:8000/map/

How to create test data:

npm run createTestData