Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/stevemao/shanghai-cuisine

:u7533: A list of Shanghai cuisine
https://github.com/stevemao/shanghai-cuisine

Last synced: 2 days ago
JSON representation

:u7533: A list of Shanghai cuisine

Awesome Lists containing this project

README

        

# shanghai-cuisine [![Build Status](https://travis-ci.org/stevemao/shanghai-cuisine.svg?branch=master)](https://travis-ci.org/stevemao/shanghai-cuisine)

> :u7533: A list of Shanghai cuisine
上海菜名单

It's just a [JSON file](index.json), so use it in whatever environment you like.

## Install

```
$ npm install --save shanghai-cuisine
```

## Usage

```js
const shanghaiCuisine = require('shanghai-cuisine');

shanghaiCuisine;
//=> ["红烧鱼", "甲鱼", "七宝白切羊肉",...]
```

## License

MIT © [Steve Mao](https://github.com/stevemao)