carte-client

1.0.11 • Public • Published

Carte

  • client: npm version npm dependencies
  • server: gem version Code Climate Build Status

Something like dictionary, wiki, or information card.

Screenshot

You can try carte on sandbox. There is also a French-Japanese dictionary version.

Features

  • Manage your data fragments with cards
  • Create, edit and search cards quickly
  • View your card with the cards around it (like paper dictionary)
  • No user concept, super simple system like wiki

Japanese introduction is here.

Components

Package Name Description
carte-server provides JSON API (document is here)
carte-client builds client side javascript

Deploy

Heroku

Deploy

Docker

$ docker build -t carte .
$ docker run --name mongo -d mongo
$ docker run --name carte --link mongo:mongo -p 80:80 -d carte

After deployment, you may want to customize your carte.

Readme

Keywords

none

Package Sidebar

Install

npm i carte-client

Weekly Downloads

5

Version

1.0.11

License

ISC

Last publish

Collaborators

  • tily