Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ginatrapani/jfp
Quick-and-dirty Journey to Day One import helper
https://github.com/ginatrapani/jfp
dayone dayone2
Last synced: about 1 month ago
JSON representation
Quick-and-dirty Journey to Day One import helper
- Host: GitHub
- URL: https://github.com/ginatrapani/jfp
- Owner: ginatrapani
- Created: 2018-05-21T19:34:00.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-21T19:36:13.000Z (over 6 years ago)
- Last Synced: 2024-10-14T11:38:13.074Z (3 months ago)
- Topics: dayone, dayone2
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jfp
Quick-and-dirty JSON file parser helps get exported [Journey](https://journey.cloud/) entries into [Day One](http://dayoneapp.com/).
* Read a directory of .json files.
* For each, write a corresponding text file containing the entry content, with the same name as the json file.
* Write the [Day One cli command](http://help.dayoneapp.com/day-one-2-0/command-line-interface-cli) to the console, which will look something like: `dayone2 new -j Journey --date '2018-05-07 13:38:58 --t tag1 tag2 < data/filename.txt`To run on sample data:
`node jfp.js data/`Copy and paste the output CLI commands to run the import to Day One.