Sha256: b287c2a27ef64fac57ebfdd40a16c9ca1a2766afbc30db7da671a6500beb53b4

Contents?: true

Size: 1.79 KB

Versions: 14

Compression:

Stored size: 1.79 KB

Contents

# Carte

* client: [![npm version](https://badge.fury.io/js/carte-client.svg)](http://badge.fury.io/js/carte-client) [![npm dependencies](https://david-dm.org/tily/carte.svg)](https://david-dm.org/tily/carte)
* server: [![gem version](https://badge.fury.io/rb/carte-server.svg)](http://badge.fury.io/rb/carte-server) [![Code Climate](https://codeclimate.com/github/tily/carte/badges/gpa.svg)](https://codeclimate.com/github/tily/carte) [![Build Status](https://travis-ci.org/tily/carte.svg?branch=master)](https://travis-ci.org/tily/carte)

Something like dictionary, wiki, or information card.

## Screenshot

![](screenshot.png)

You can try carte on [sandbox](http://carte-sandbox.herokuapp.com/#/). There is also [a French-Japanese dictionary version](https://carte-francais.herokuapp.com/#/).

## 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](http://tily.tumblr.com/post/117678137942/carte).

## Components

| Package Name | Description |
|--------------|-------------|
| [carte-server](https://rubygems.org/gems/carte-server)     | provides JSON API (document is [here](https://github.com/tily/carte/wiki/API))  |
| [carte-client](https://www.npmjs.com/package/carte-client) | builds client side javascript         |
 
## Deploy

**Heroku**

[![Deploy](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy?template=https://github.com/tily/carte-sandbox)

**Docker**

```bash
$ 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](https://github.com/tily/carte/wiki/Configuration).

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
carte-server-1.0.11 README.md
carte-server-1.0.10 README.md
carte-server-1.0.9 README.md
carte-server-1.0.8 README.md
carte-server-1.0.7 README.md
carte-server-1.0.6 README.md
carte-server-1.0.5 README.md
carte-server-1.0.4 README.md
carte-server-1.0.3 README.md
carte-server-1.0.2 README.md
carte-server-1.0.1 README.md
carte-server-1.0.0 README.md
carte-server-0.0.28 README.md
carte-server-0.0.27 README.md