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

https://github.com/ttskch/manivo

A household account book app named "manivo".
https://github.com/ttskch/manivo

Last synced: about 2 months ago
JSON representation

A household account book app named "manivo".

Awesome Lists containing this project

README

          

# manivo

[![Deploy](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy)

Now under developing.

## Requirements

* PHP 5.5+

## Getting started

Push `Deploy to Heroku` button, or:

```bash
$ git clone git@github.com:ttskch/manivo.git
$ cd manivo
$ composer install
$ cp var/conf/parse.php.placeholder var/conf/parse.php
$ vi var/conf/parse.php # tailor to your Parse.com app.
```

## Usage

```bash
$ php bootstrap/context/api.php get "app://self/users"
```