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

https://github.com/joeriddles/snips

A collection of useful code snippets
https://github.com/joeriddles/snips

Last synced: 6 months ago
JSON representation

A collection of useful code snippets

Awesome Lists containing this project

README

          

# snips
A collection of useful code snippets

---

## Run local webserver

```python
python -m http.server
```