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

https://github.com/fpapado/micro-anki

Anki exports as a microservice
https://github.com/fpapado/micro-anki

anki flashcards micro

Last synced: 12 months ago
JSON representation

Anki exports as a microservice

Awesome Lists containing this project

README

          

# `micro-anki`
Anki apkg export as a microservice.

[![Build Status](https://travis-ci.org/fpapado/micro-anki.svg?branch=master)](https://travis-ci.org/fpapado/micro-anki)

[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/fpapado/micro-anki)

## Usage

```bash
$ git clone https://github.com/fpapado/micro-anki.git
$ cd ankimic
$ npm start
```

### Request Format
```json
{
"cards": [
{ "front": "some word",
"back": "translation"
}
],
"deckName": "somename"
}
```

## License

MIT © Fotis Papadogeorgopoulos