https://github.com/wyze/savings-bond-value-file-parser
Reads savings bond value file, transforms it, outputs JSON.
https://github.com/wyze/savings-bond-value-file-parser
Last synced: 3 months ago
JSON representation
Reads savings bond value file, transforms it, outputs JSON.
- Host: GitHub
- URL: https://github.com/wyze/savings-bond-value-file-parser
- Owner: wyze
- License: mit
- Created: 2016-06-30T02:25:41.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-30T02:26:08.000Z (almost 9 years ago)
- Last Synced: 2024-06-14T21:09:33.459Z (about 1 year ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# savings-bond-value-file-parser
[![dependencies][deps-image]][deps-url]
[![devDependencies][depsdev-image]][depsdev-url]> Reads savings bond value file, transforms it, outputs JSON.
## Getting Started
```
$ git clone https://github.com/wyze/savings-bond-value-file-parser.git
$ cd savings-bond-value-file-parser
$ npm install
$ npm start
```## Usage
- Place all value files (`.asc`) into [src/data](src/data) folder.
- Run `npm start` and view output in `out` directory.## More Information
- [Download Value Files](https://www.treasurydirect.gov/indiv/tools/tools_savingsbondvalues.htm)
- [File Specification](http://www.treasurydirect.gov/indiv/tools/tools_savingsbondvalues_specifications.htm)## License
Copyright © 2016 [Neil Kistner](//github.com/wyze)
Released under the MIT license. See [license](license) for details.
[deps-image]: https://img.shields.io/david/wyze/savings-bond-value-file-parser.svg?style=flat-square
[deps-url]: https://david-dm.org/wyze/savings-bond-value-file-parser[depsdev-image]: https://img.shields.io/david/dev/wyze/savings-bond-value-file-parser.svg?style=flat-square
[depsdev-url]: https://david-dm.org/wyze/savings-bond-value-file-parser#info=devDependencies