Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hshoff/directory

Because maybe you need something like this.
https://github.com/hshoff/directory

Last synced: about 1 month ago
JSON representation

Because maybe you need something like this.

Awesome Lists containing this project

README

        

![demo](/directory-demo.gif)

```js
[
{ "label": "Star Wars", "children": [
{ "label": "A New Hope", "children": [
{ "label": "Han Solo" },
{ "label": "Chewbacca" },
{ "label": "Skywalkers", "children": [
{ "label": "Darth Vader" },
{ "label": "Luke" },
{ "label": "Princess Leia" },
] },
] },
{ "label": "The Empire Strikes Back", "children": [
{"label": "tauntaun"}
] }
] },
{ "label": "Star Trek", "children": [
{ "label": "Captain Kirk"},
{ "label": "Spock" }
] }
]
```