Tracking de encomendas do Gearbest e AliExpress até Portugal.
10K+
Online version: https://geartrack.pt
Geartrack 2.0 is under development, this version will no longer be mantained. Use the online version which will always be updated :)
This is an Express.js app.

ip,ip,ip - Some trackers may block your machine ip, use different proxies to get the data.apikey - When an exception occurs on production you are notified by email.npm installnpm start - will run node bin/wwwwnpm test - Runs a local server and watches for file changes to reload the page.To build and run locally:
docker build -t geartrack-website .docker run -d -p 80:3000 geartrack-websiteUsing the public image on docker hub:
docker run -d -p 80:3000 hdnpt/geartrack-website - the latest image will be downloaded and the geartrack will be available at http://localhost (to stop use docker stop [containerid])Passing environment variables:
docker run -d -p 80:3000 -e "GEARTRACK_BUGSNAG=apikey" hdnpt/geartrack-websiteMIT
Content type
Image
Digest
Size
262.9 MB
Last updated
over 6 years ago
docker pull hdnpt/geartrack-website