+ link to justinpchang/nullboard-agent-express

This commit is contained in:
Alexander Pankratov 2023-08-09 18:51:25 +02:00 committed by GitHub
parent 2fcfcb624f
commit b4ea5a316e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,9 @@ The name also happens to abbreviate to [NB](https://en.wikipedia.org/wiki/Nota_b
* All data is stored locally, for now using [localStorage](https://developer.mozilla.org/en/docs/Web/API/Window/localStorage).
* The data can be exported to- or imported from a plain text file in a simple JSON format.
* The data can also be automatically backed up to a local disk (with the help of [Nullboard Agent](https://nullboard.io/backups)).
* The data can also be automatically backed up to a local disk with the help of:
* [Nullboard Agent](https://nullboard.io/backups) - a native Windows app
* [Nullboard Agent Express Port](https://github.com/justinpchang/nullboard-agent-express) - an express.js-based portable app
## Beta