Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sota1235/maze-api
- Owner: sota1235
- License: mit
- Created: 2015-01-19T18:05:17.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-16T10:42:29.000Z (over 9 years ago)
- Last Synced: 2023-08-05T20:12:04.700Z (over 1 year ago)
- Language: CoffeeScript
- Size: 145 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.gitcd Maze-API
npm install
npm start
```### Licence
This software is released under the MIT License, see LICENSE.txt.
## Author
[@sota1235](https://github.com/sota1235)