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

https://github.com/patrickhulce/mock-website


https://github.com/patrickhulce/mock-website

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# mock-website
Mocking out a website with titles, subtitles, content, and links.

## Usage

### Running
Listens on port 3101.

```sh
$ npm install
$ npm start
```

### Configuration

Determine the pages to return. See `pages.json` for examples.
```
curl -X POST http://localhost:3100/_configure/pages --data '[{}, {}]'
```