Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lakinduakash/returnx-
https://github.com/lakinduakash/returnx-
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/lakinduakash/returnx-
- Owner: lakinduakash
- Created: 2018-02-25T12:45:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-02-24T20:29:28.000Z (over 6 years ago)
- Last Synced: 2024-04-14T09:04:03.334Z (7 months ago)
- Language: PHP
- Size: 36.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# returnx; API
This API was built on php using the Slim framework.
# Setup
This assumes that the slim framework is already installed.
Run the command
```$php -S localhost:8090```Test using http://localhost:8090/. If successful, it should return,
```
{"status":200,"status_message":"Success","data":null}
```