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

https://github.com/rangermauve/dat-js-example

An example of how you can use dat in the browser
https://github.com/rangermauve/dat-js-example

Last synced: 14 days ago
JSON representation

An example of how you can use dat in the browser

Awesome Lists containing this project

README

        

# dat-js-example

An example of how you can use dat in the browser.

Check out the [live demo](http://ranger.mauve.moe/dat-js-example/).

![Screenshot of the example repo](screenshot.png)

To build the project, clone it locally and run:

```
npm install
npm run build
```

Then open `index.html` in a browser.