Postier is the french term for postman.
This project is built out of the frustration using La Poste's tracking service.
Visit https://postier.vercel.app and enter your tracking id handle by La Poste. Parcels' information are stored in your browser so parcels are visible on subsequent visits.
To add a parcel from the URL: https://postier.vercel.app/?track=<YOUR_ID>
This is a Next.js project bootstrapped with create-next-app
. It uses Material-UI components.
Get an API key from La Poste's API Suivi and add it in a .env
file at the root of the project:
OKAPI_KEY='YOUR_KEY'
Run the development server:
yarn install
yarn dev
Open http://localhost:3000 with your browser to see the result.