oneuptime/js-sdk
Nawaz Dhandala 622a0b1ab7 fix lint.
2021-07-08 20:33:17 +01:00
..
docs js readme updated 2021-03-23 16:52:25 +01:00
src fix lint. 2021-07-08 20:33:17 +01:00
test fix lint. 2021-07-08 20:33:17 +01:00
.babelrc renamed folder to js-sdk + rename libraty to fyipe 2020-12-01 16:40:58 +01:00
.gitignore remove built folders from gitlab 2021-03-19 16:39:51 +01:00
package-lock.json Merge branch 'master' of https://gitlab.com/fyipe-project/app into performancemonitor 2021-05-05 22:47:58 +01:00
package.json merge path pattern for express apps 2021-05-05 22:19:10 +01:00
README.md fix path. 2021-03-18 20:28:10 +00:00
webpack.config.js [WIP] added listeners and map 2021-04-14 16:31:40 +05:30

npm

Fyipe

Fyipe is one complete SRE and DevOps platform.

Fyipe lets you do:

Monitoring: Monitors your website, web apps, APIs, servers and more and give you detailed metrics of things that might be wrong with your infrastructure.

Status Page: Fyipe gives you a beautiful and customizable status page for your online business which helps improve transparency with your customers and cuts support costs.

Tests: Write automated tests for your website, API's and more and know instantly when they start failing.

On-Call and Incident Management: On-Call Management lets you alert the right team at the right time saving you critical time during downtime.

Performance Monitoring: Monitor the performance of your apps, servers, APIs, and more and alert your team when any of your performance metrics degrades.

Fyipe JavaScript SDK

JavaScript SDK which has:

Logger: Logs all your application logs

A fyipe application logger that can be used to send logs about your applications and log them to fyipe dashboard.

Logger Documentation: Quick start and API Reference

Error Tracker: Keeps a log of all your application errors.

A fyipe error tracker is used to automatically log errors which happen in your app and log them to Fyipe dashboard.

Error Tracker Documentation: Quick start and API Reference

Server Monitor: Monitors your server and resources.

Server Monitor will monitor any VM, or a Bare metal server.

Server Monitor Documentation: Quick start and API Reference

Contribution

  • Contibutions are most welcome!
  • Clone git repository
  • run npm i to install dependencies
  • run npm run test to run tests
  • run npm run build to build for production.