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

https://github.com/akiacode/done


https://github.com/akiacode/done

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# done

* [Spec](./spec.md)

```javascript
let deno = "deno".split('').shift() + "one";
console.println(deno)
```