n2y
Version, currently 1.6.315 versions
- 1.7.1latestJan 4, 2026
- 1.7.0not indexedJan 4, 2026
- 1.6.3not indexedJan 4, 2026
- 1.6.2not indexedJan 4, 2026
- 1.6.1not indexedJan 4, 2026
- 1.6.0not indexedJan 4, 2026
- 1.5.2not indexedJan 4, 2026
- 1.5.1not indexedJan 4, 2026
- 1.5.0not indexedJan 4, 2026
- 1.4.0not indexedJan 4, 2026
- 1.3.0not indexedJan 4, 2026
- 1.2.0not indexedJan 4, 2026
- 1.1.0not indexedJan 4, 2026
- 1.0.1not indexedJan 4, 2026
- 1.0.0not indexedJan 4, 2026
github.com/xendk/n2y
Web app for syncronizing transactions from bank to YNAB
Nothing has been indexed for 1.6.3 yet. The tag is recorded, its shard.yml has not been read, so the manifest and dependency list below are empty because they are unknown rather than because they are absent.
Installation
# Add this to your shard.yml
dependencies:
n2y:
github: xendk/n2y
version: ~> 1.6.3Then run:
shards installshard.yml
No shard.yml has been indexed for 1.6.3. You can read it on the repository.
Dependencies
Unknown: the shard.yml for this version has not been read yet.
README
This README is the one indexed from the repository at its latest ref, not from the tag for this version.
N2Y
This is a web app written in Crystal for importing bank data into YNAB. It supports importing from banks supported by Nordigen.
Build requirements
- Crystal Language compiler
- Task (optional but recommended)
Compiling
To quickly compile the server for testing/development, run:
$ shards build
The same can be accomplished with task build, or just task. The
taskfile contains other useful task:
task spec: Run spec tests. Add-- <file>to run specific spec file.task dist: Build release binary intodistalong with auxiliary files needed (CSS, JavaScript, images, etc).
Installation
Create an .env file by copying .env.example and filling in the
relevant values.
To create Google OAuth credentials, go to Google Cloud
Console and create a project for
the app. Visit "Credentials" and create an OAuth client ID. The
/auth/callback URL of your N2Y instance should be added to
"Authorized redirect URIs", and the "People API" should be enabled for
the project.
Create credentials for Nordigen (recently acquired by GoCardless) by going to
https://manage.gocardless.com/sign-in and click on the link next to
"Looking for Bank Account Data (formerly Nordigen)?". Once logged in,
go to Project > User secrets and create a new secret_id/secret pair,
and add them to the .env file.
Finally, create OAuth credentials for YNAB by logging into your account, go
to Account Settings > Developer Settings and adding a new OAuth
application. As for Google, auth/ynab/callback should be added to
Redirect URI(s), and the client_id/secret should be added to the
.env file.
You can also add HONEYBADGER_API_KEY to the .env file to track errors in
Honeybadger.io
Finally, run the server:
$ ./bin/server
Usage
Visit the app (default http://localhost:3000), authenticate using Google and go from there.
Development
Contributing
- Fork it (https://github.com/xendk/n2y/fork)
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request
Contributors
- Thomas Fini Hansen - creator and maintainer
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This release
- Version
1.6.3- Tagged
- Jan 4, 2026
- Commit
1b944531c232- Indexed
- not yet
Dependents
No indexed shard depends on this one yet.
Repository
github.com/xendk/n2y
Metadata
- Created
- Aug 12, 2026
- Updated
- Aug 15, 2026
- Synced
- Aug 15, 2026
- Versions
- 15