The Final Countdown is a desktop application that uses demographic information, health metrics, and the World Population API to generate a running clock counting down to the precise moment you'll drop dead. Make every second count.
The application logic is written in JavaScript and rendered with the Electron framework.
Download the app!
To get the application up and running locally on your machine, you'll need to have the following installed on your system:
Then follow these steps:
- Fork and clone the repo onto your machine
- cd into the project folder and run npm install to download the required dependencies.
- With
grunt
running, runnpm start
- Electron - Open-source framework for building desktop applications
- AngularJS - Javascript Framework
- Chart.js - HTML5 based JavaScript charts
- Moment.js - JavaScript tool for manipulating dates and times
- Bulma - Open source CSS framework based on Flexbox
- World Population API: http://api.population.io/
- Yaphi Berhanu Countdown Timer