Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/utahta/dotmoji_app

https://dotmoji.herokuapp.com
https://github.com/utahta/dotmoji_app

Last synced: about 2 months ago
JSON representation

https://dotmoji.herokuapp.com

Awesome Lists containing this project

README

        

# Dotmoji app

dot data api

# Usage

```bash
$ curl https://dotmoji.herokuapp.com/api/mapping/hoge
[[1,0,0,0,0,0,0,0,0,0,0,0,0,0],[1,0,0,0,0,0,0,0,0,0,0,0,0,0],[1,1,0,0,1,0,0,0,1,1,0,0,1,1],[1,0,1,1,0,1,0,1,0,1,0,1,1,1],[1,0,1,1,0,1,0,0,1,1,0,1,0,0],[1,0,1,0,1,0,0,0,0,1,0,0,1,1],[0,0,0,0,0,0,0,1,1,0,0,0,0,0]]

$ curl https://dotmoji.herokuapp.com/api/mapping/foo
[[0,1,1,0,0,0,0,0,0,0],[0,1,0,0,0,0,0,0,0,0],[1,1,1,0,1,0,0,0,1,0],[0,1,0,1,0,1,0,1,0,1],[0,1,0,1,0,1,0,1,0,1],[0,1,0,0,1,0,0,0,1,0]]
```