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

https://github.com/malted/api

My API!
https://github.com/malted/api

hacktoberfest

Last synced: 2 months ago
JSON representation

My API!

Awesome Lists containing this project

README

          

### Structure
```
api
├── Cargo.lock
├── Cargo.toml
├── data
│ ├── dinosaurs
│ └── enron-emails
└── src
├── dinos
│ └── dinos.rs
├── enron
│ └── enron.rs
├── fairings.rs
├── lib.rs
├── location
│ └── location.rs
├── main.rs
├── metrics
│ ├── metrics.rs
│ └── visitors.rs
├── root
│ └── root.rs
└── slow
└── slow.rs
```

### Development
```bash
git clone https://github.com/ma1ted/api
cd api
git submodule update --init --recursive
```