Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matt-landers/tablerouter
https://github.com/matt-landers/tablerouter
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/matt-landers/tablerouter
- Owner: matt-landers
- Created: 2018-10-02T22:05:16.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-02T22:10:58.000Z (about 6 years ago)
- Last Synced: 2024-11-13T22:40:11.341Z (about 1 month ago)
- Language: TypeScript
- Size: 39.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [tablerouter](https://covalence.io/)
tablerouter is a simple module that turns a [tablecrud](https://github.com/matt-landers/tablecrud) Table into REST routes.
## Installation
```
npm i tablerouter
```## Documentation
### GET /
### GET /:id
### GET /find
### POST /
### PUT /
### DELETE /
### License
tablerouter is [MIT licensed](./LICENSE).