Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sota1235/maze-api

API for making json of maze
https://github.com/sota1235/maze-api

Last synced: about 12 hours ago
JSON representation

API for making json of maze

Awesome Lists containing this project

README

        

Maze API
====

API of making maze.

### Description

パラメータをつけてGETリクエストを送ることでJSON形式の迷路を吐き出します。

### Demo

![](http://i.gyazo.com/cfb303bf0943fc1b426f5ee1fd70a403.png)

### Usage

Example: ```http://example.com/maze?width=150&height=150```

```width``` - 横の長さ(20 - 200)

```height``` - 縦の長さ(20 - 200)

### Install

```
git clone [email protected]:sota1235/Maze-API.git

cd Maze-API

npm install

npm start
```

### Licence

This software is released under the MIT License, see LICENSE.txt.

## Author

[@sota1235](https://github.com/sota1235)