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
- Host: GitHub
- URL: https://github.com/jzarca01/node-kebab
- Owner: jzarca01
- Created: 2018-11-26T11:54:24.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-26T11:54:56.000Z (about 6 years ago)
- Last Synced: 2024-08-04T00:11:12.048Z (5 months ago)
- Language: JavaScript
- Size: 16.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-food - node-kebab - Un wrapper d'API pour kebab-frites.info . (API for Food services / Only available for French market)
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'
}
*/
```