Skip to content

Anki exports as a microservice. Alternative to including large sql.js dependency in frontend-only apps.

License

Notifications You must be signed in to change notification settings

repeat-space/micro-anki

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

micro-anki

Anki apkg export as a microservice.

Build Status

Deploy to now

Usage

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

Request Format

{
  "cards": [
    { "front": "some word",
      "back": "translation"
    }
  ],
  "deckName": "somename"
}

License

MIT © Fotis Papadogeorgopoulos

About

Anki exports as a microservice. Alternative to including large sql.js dependency in frontend-only apps.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%