Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/stevemao/shanghai-cuisine
- Owner: stevemao
- License: mit
- Created: 2016-01-01T08:25:41.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-01T11:04:54.000Z (about 9 years ago)
- Last Synced: 2025-01-10T23:15:04.503Z (7 days ago)
- Language: JavaScript
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
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)