https://github.com/ateliedocodigo/api-updates
Interface to monitor api or service version across environments
https://github.com/ateliedocodigo/api-updates
api-client hacktoberfest monitoring nodejs react reactjs
Last synced: 3 months ago
JSON representation
Interface to monitor api or service version across environments
- Host: GitHub
- URL: https://github.com/ateliedocodigo/api-updates
- Owner: ateliedocodigo
- Created: 2019-06-25T20:23:05.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T01:06:29.000Z (over 2 years ago)
- Last Synced: 2025-01-10T23:43:02.410Z (5 months ago)
- Topics: api-client, hacktoberfest, monitoring, nodejs, react, reactjs
- Language: JavaScript
- Homepage: https://ateliedocodigo.github.io/api-updates/
- Size: 1.3 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Api Updates
Available on [GitHub Pages](https://ateliedocodigo.github.io/api-updates), **Api Updates** is an interface to monitor service version across environments.
Inspired on `swagger`, it uses a configuration url, that loads the services table.

Each line is an api, with a name, staging url and production url.
By clicking on service link, it will fill the current cell with service content.
The `call` button will call both current row services.
The `call` button on header, will call all services.
After each call, result column will be filled with the comparision of staging and producion satus.

| Result | Description |
| ------ | ------ |
| 0 | Staging or Production error |
| 1 | Content differ |
| 2 | Content is equal |## Available Scripts
In the project directory, you can run:
### `npm start`
Runs the app in the development mode.
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.