An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# anki-apkg-export-app

[![Build Status](https://travis-ci.org/repeat-space/anki-apkg-export-app.svg?branch=master)](https://travis-ci.org/repeat-space/anki-apkg-export-app)
[![Gitter chat](https://badges.gitter.im/gitterHQ/gitter.svg)](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)