Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/desaiuditd/latitude-statement-downloader
Download transaction statements in CSV from Latitude 28 Degrees Credit Card accounts.
https://github.com/desaiuditd/latitude-statement-downloader
Last synced: about 1 month ago
JSON representation
Download transaction statements in CSV from Latitude 28 Degrees Credit Card accounts.
- Host: GitHub
- URL: https://github.com/desaiuditd/latitude-statement-downloader
- Owner: desaiuditd
- License: gpl-3.0
- Created: 2023-01-15T07:17:47.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-09T10:31:38.000Z (4 months ago)
- Last Synced: 2024-09-09T13:06:15.506Z (4 months ago)
- Language: TypeScript
- Size: 280 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# latitude-statement-downloader
Download transaction statements in CSV from Latitude 28 Degrees Credit Card accounts.This is implemented as a userscript, to be used with Tampermonkey/Greasemonkey.
Project not maintained actively.
## Usage
- Clone the repo.
- `corepack enable`
- `yarn install`
- `yarn build`Final script will be built inside `dist` directory.
Import the script inside Tampermonkey/Greasemonkey.
## Development
- `yarn watch`
- `yarn dlx http-server ./dist` (in a separate CLI Terminal window/tab)Import the script inside Tampermonkey/Greasemonkey.
Now, watch task will keep generating new version of the script, as and when you make a change in the source of the script.
In the userscript meta tags, `@updateURL http://127.0.0.1:8080/index.js` is already added as the `@updateURL` endpoint.
We started that server already using `http-server`.After you make every change, trigger Update in Tampermonkey/Greasemonkey to update the script. That's it!