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

https://github.com/voodoos/merlin-js


https://github.com/voodoos/merlin-js

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# merlin-js

Try-it: [https://voodoos.github.io/merlin-js](https://voodoos.github.io/merlin-js)

To run locally, run 'make' then launch an http server from the 'examples' directory. For example:

```sh
make
cd examples
python3 -m http.server
```