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

https://github.com/faks/openinfra-trial


https://github.com/faks/openinfra-trial

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

## Web Artisan Commands

```shell
artisan register user=demo pin=123456
```

```shell
artisan login user=demo pin=123456
```

```shell
artisan deposit 5
```

```shell
artisan withdraw 2
```

```shell
artisan transfer amount=5 user=demo2
```

```shell
artisan history
```

```shell
artisan logout
```