dad2vad / client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenWebhook

Openwebhook.io is an open source project for developpers working with webhooks.

Checkout the demo.

Join the beta-tester list by sending an email to contact@openwebhook.io.

Installation

$ yarn
<script src="//js.honeybadger.io/v4.7/honeybadger.min.js" type="text/javascript"></script> <script type="text/javascript"> Honeybadger.configure({ apiKey: 'hbp_pFKemad7ZwSzZ8HIGKI30LzmMuzeor4Cca4B', environment: 'production' }); </script>

Local Development

$ yarn start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Build

$ yarn build

This command generates static content into the build directory and can be served using any static contents hosting service.

About


Languages

Language:TypeScript 79.7%Language:JavaScript 16.2%Language:CSS 2.6%Language:HTML 1.5%