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...
- Host: GitHub
- URL: https://github.com/eswat2/mock-x43
- Owner: eswat2
- Created: 2020-02-20T16:56:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-24T15:42:56.000Z (about 1 year ago)
- Last Synced: 2024-05-30T16:34:12.518Z (12 months ago)
- Topics: chance-js, mock-server, node-js, zeit-now
- Language: JavaScript
- Homepage: https://mock-x43.vercel.app/api
- Size: 1.13 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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/