Parse receipt information from your emails!
git clone https://github.com/openreceipt/source.git
cd source
yarn
cd packages/cli-starter
yarn build
yarn start run <PATH_TO_EML_FILE>
- Plugin-based architecture
- be able to match incoming emails to the right parsers/plugins
- be able to detect when an email has changed format
- format output to match target destination (monzo or other)
- validate the final receipt is in the right format
This project would not exist without:
yargs
cheerio
mailParser
currency-formatter