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

https://github.com/eswat2/mock-x43

a simple mock api server built on ZEIT...
https://github.com/eswat2/mock-x43

chance-js mock-server node-js zeit-now

Last synced: 3 months ago
JSON representation

a simple mock api server built on ZEIT...

Awesome Lists containing this project

README

        

# mock-x43

a simple mock api server built on Vercel...

## api
> localhost:3000

- [api/hash][api-hash]
- [api/lorem][api-lorem]
- [api/nid][api-nid]
- [api/sfid][api-sfid]
- [api/sid][api-sid]
- [api/slug][api-slug]
- [api/uuid][api-uuid]
- [api/vins][api-vins]

## usage

- `yarn`
- `yarn dev` - _uses vercel dev_

```
➜ mock-x43 git:(master) ✗ yarn dev
yarn run v1.22.0
warning ../package.json: No license field
$ now dev
Now CLI 17.0.3 dev (beta) — https://zeit.co/feedback
> Ready! Available at http://localhost:3000
```

## dependencies

- [Chance][chance-js]

## who

- Richard Hess
- [eswat2.github.io][eswat2-io]

[eswat2-io]: https://eswat2.github.io

[api-hash]: http://localhost:3000/api/hash
[api-lorem]: http://localhost:3000/api/lorem
[api-nid]: http://localhost:3000/api/nid
[api-sfid]: http://localhost:3000/api/sfid
[api-sid]: http://localhost:3000/api/sid
[api-slug]: http://localhost:3000/api/slug
[api-uuid]: http://localhost:3000/api/uuid
[api-vins]: http://localhost:3000/api/vins

[chance-js]: https://chancejs.com/