Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yakovkhalinsky/fake-api
Super simple fake API service
https://github.com/yakovkhalinsky/fake-api
Last synced: 1 day ago
JSON representation
Super simple fake API service
- Host: GitHub
- URL: https://github.com/yakovkhalinsky/fake-api
- Owner: yakovkhalinsky
- License: bsd-3-clause
- Created: 2014-04-03T10:36:38.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-04-03T10:51:08.000Z (over 10 years ago)
- Last Synced: 2023-03-22T16:42:16.362Z (over 1 year ago)
- Language: JavaScript
- Size: 121 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#### Super Simple Fake API Server
The idea is to just run a node.js process that just reflects data back in the response.
#### Installation
```
git clone https://github.com/yakovkhalinsky/fake-api.git
```#### Running
Running on standard port `1337`
```
node index.js
```Running on custom port
```
PORT=1234 node index.js
```