Amazon lets you export your shopping history as a .csv. Nozama helps you parse it.
Nozama is a comprehensive look back at your Amazon shopping. After you've exported your purchase history, Nozama allows you to sort / group / graph / filter your shipping history, see where all your money is going.
It might suprise you. It suprised me.
- Privacy focused / client-side only... no data is sent back to the server
- Groups purchases by category and item
- Sorts purchases by spending or frequency
- Graphs spending over time
- Filter by date
- PWA functionality - data persisted with localStorage
- Better international Amazon Order History export support (sample files help!)
- LocalStorage / persistence
- PWA version for AppStores
- New visualizations... maybe shipping location breakdown?
- Support for CSVs generated by Amazon Order History Reporter Chrome Extension
PRs, totally welcome! Hopefully the format and whatnot is pretty easy to understand.
This is a Next.js project, so it follows standard next-type stuff.
First, run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.