phantom-marmiton/README.md
2022-01-08 00:46:01 +01:00

17 lines
234 B
Markdown

# Marmiton Search
## What is it
this phantom aim to search in the [marmiton](https://www.marmiton.org) website
## Return
```typescript
type Return = {
name: string;
url: string;
score: number;
commentCount: number;
};
```