Ecosyste.ms: Awesome

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

https://github.com/jzarca01/node-kebab

Un wrapper d'API pour kebab-frites.info
https://github.com/jzarca01/node-kebab

Last synced: about 2 months ago
JSON representation

Un wrapper d'API pour kebab-frites.info

Lists

README

        

# node-kebab

Un wrapper d'API pour kebab-frites.info

## Usage

```js
const Kebab = require('node-kebab')
const kebab = new Kebab()
```

### Get popular

```js
kebab.getPopular()

/*
{
id: 10,
title: 'Les délices d\'amour',
location: '10 avenue Jean Jaurès - 75019 Paris 19',
url: 'https://www.kebab-frites.com/kebab/les-delices-damour-paris-19.html',
notation: '4.5/6',
img: 'https://cdn.kebab-frites.com/7/31/1405949837-9320-les-delices-70.JPG'
}
*/
```