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

https://github.com/tripledoublev/horloge

SVG animations assembled with Solidity
https://github.com/tripledoublev/horloge

Last synced: 5 months ago
JSON representation

SVG animations assembled with Solidity

Awesome Lists containing this project

README

          

# Horloge viewer
- `horloge.json` holds the collection's data
- `template.html` is used as the viewer layout
- `generate.py` is the script that builds the necessary folders with all the `html` and `json` files

To generate the HTML locally:
`python3 generate.py`

You can then start a local server with python
`python3 -m http.server`

visit [vncnt.xyz/horloge](https://vncnt.xyz/horloge) for more information on this project