Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/hshoff/directory
- Owner: hshoff
- Created: 2015-06-07T21:21:08.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-09T01:08:00.000Z (over 9 years ago)
- Last Synced: 2024-04-09T16:41:21.602Z (7 months ago)
- Language: JavaScript
- Homepage: http://hshoff.github.io/directory/
- Size: 648 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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" }
] }
]
```