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

https://github.com/kongnet/skybase-template

fast build skybase project
https://github.com/kongnet/skybase-template

Last synced: 6 days ago
JSON representation

fast build skybase project

Awesome Lists containing this project

README

        

# skybase-template

fast build skybase project

nodemon //启动基础例子
nodemon index_stat //启动统计例子 含基础例子,需要配置 redis,增删改成扩展,占位符扩展

[skybase 最佳实践](https://github.com/kongnet/skybase/blob/master/BestPractice.md)

### 例子说明

- http://127.0.0.1:13000/skyapi/mock/first // 查看 mock 例子
- http://127.0.0.1:13000/skyapi/mock/getEmpty // 最简单的 api 例子
- http://127.0.0.1:13000/skyapi/mock/getHtml // 查看 mock 例子
- http://127.0.0.1:13000/skyapi/mock/getUrl?url=* http://www.baidu.com // 获取 url 代码和内容
- http://127.0.0.1:13000/skyapi/mock/getBing // 获取 bing 最新的背景图
- http://127.0.0.1:13000/skyapi/mock/img?size=100x100 // 返回占位符互补色例子
- http://127.0.0.1:13000/skyapi/probe/mysql // 查看探针例子