# Tracman ###### v 0.2.2 node.js application to display a map with user's location. Live at [tracman.org](https://tracman.org/). The github for the associated android app is [Tracman-org/Android](https://github.com/tracman-org/android). ## Installation ```sh $ git clone https://github.com/Tracman-org/Server.git $ cd Server $ npm install ``` For the lazy linuxman: ```sh $ git clone https://github.com/Tracman-org/Server.git && (cd server && exec npm install) ``` ## Running ```sh $ npm start ``` ## What's new ### v 0.2.0 Now you can track your location in the browser using [watchPosition](https://developer.mozilla.org/en-US/docs/Web/API/Geolocation/watchPosition).