atimin / is-this-helpful

A simple web service to get feedback on your online documentation.

Home Page:https://is-this-helpful.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is This Helpful?

https://travis-ci.org/flipback/is-this-helpful.svg?branch=master

Is This Helpful (ITH) is a simple web service to get feedback about your online documentation.

Usage

Register the domain name of your documentation site on ThisIsUseful and add the following code to your HTML template:

<head>
  .....
  <script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
  <script src="https://is-this-helpful.herokuapp.com/ith_widget.js"></script>
  ....
</head>
<body>
  ....
  <div id="ith-widget"></div>
  <script>
    ithWidget();
  </script>
  ....
</body>

Project Status

Very very alpha.

About

A simple web service to get feedback on your online documentation.

https://is-this-helpful.herokuapp.com/

License:Apache License 2.0


Languages

Language:CSS 71.7%Language:JavaScript 24.0%Language:Python 3.1%Language:HTML 1.2%