An open API service indexing awesome lists of open source software.

https://github.com/robertknight/using-hypothesis

Slides for a tutorial explaining how to use Hypothesis as a user and developer
https://github.com/robertknight/using-hypothesis

Last synced: 2 days ago
JSON representation

Slides for a tutorial explaining how to use Hypothesis as a user and developer

Awesome Lists containing this project

README

        

# Using Hypothesis

This repository contains slides for a brief
talk explaining how to use Hypothesis as a user
and developer for:

* Annotating and discussing web pages
* Sharing annotations
* Getting public annotations from the API
* Adding annotation tools to your own web pages

## Building the Slides

```
npm install .
make
python -m SimpleHTTPServer 8000
open http://localhost:8000/slides-cleaver.html
```