https://github.com/mastert/jsonapi-browser
Browser for web API implementing JSON:API v1.0.
https://github.com/mastert/jsonapi-browser
browser jsonapi
Last synced: 5 months ago
JSON representation
Browser for web API implementing JSON:API v1.0.
- Host: GitHub
- URL: https://github.com/mastert/jsonapi-browser
- Owner: masterT
- License: mit
- Created: 2022-02-14T15:39:17.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-06-25T15:42:38.000Z (over 1 year ago)
- Last Synced: 2025-08-14T07:48:03.024Z (5 months ago)
- Topics: browser, jsonapi
- Language: Vue
- Homepage: https://masterT.github.io/jsonapi-browser
- Size: 526 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JSON:API Browser
Browser for web API implementing [JSON:API v1.0](https://jsonapi.org/).
**Stack**
- [TypeScript](https://www.typescriptlang.org/)
- [Vue.js 3](https://vuejs.org/)
- [Vite](https://vitejs.dev/)
- [WindiCSS](https://windicss.org/)
- [jsonapi-metal-client](https://github.com/masterT/jsonapi-metal-client)
## Demo
[https://masterT.github.io/jsonapi-browser](https://masterT.github.io/jsonapi-browser)

## Development
Requirements:
- Yarn
- Node.js
### Project Setup
Install dependencies:
```shell
yarn install
```
### Compiles and hot-reloads for development
```shell
yarn run dev
```
### Build
Build the application:
```shell
yarn run build
```
Then run the preview server:
```shell
yarn run preview
```
## Deployment
Deploy on [GitHub pages](https://pages.github.com/):
```shell
./deploy.sh
```
## License
[MIT](./LICENSE)