https://github.com/repeat-space/anki-apkg-export-app
Online anki decks generation
https://github.com/repeat-space/anki-apkg-export-app
Last synced: about 1 year ago
JSON representation
Online anki decks generation
- Host: GitHub
- URL: https://github.com/repeat-space/anki-apkg-export-app
- Owner: repeat-space
- Created: 2016-03-31T05:11:01.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2020-10-06T09:06:40.000Z (over 5 years ago)
- Last Synced: 2024-04-14T07:48:15.263Z (about 2 years ago)
- Language: JavaScript
- Homepage: http://repeat.space/anki-apkg-export-app/
- Size: 2.13 MB
- Stars: 13
- Watchers: 2
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# anki-apkg-export-app
[](https://travis-ci.org/repeat-space/anki-apkg-export-app)
[](https://gitter.im/repeat-space/Lobby)
Online anki decks generation
## Install
```
$ git clone
$ npm install
```
## Usage
```
$ npm start
```
## Input format
```
text on front of card 1 - text on the back of card 1
text on front of card 2 - text on the back of card 2
text on front of card 3 - text on the back of card 3
```
Comment lines start with #
## Related
- [anki-apkg-export](https://github.com/repeat-space/anki-apkg-export)
- [anki-apkg-export-cli](https://github.com/repeat-space/anki-apkg-export-cli)
## License
MIT © [ewnd9](http://ewnd9.com)