https://github.com/zhs007/tradingview_udfserv
https://github.com/zhs007/tradingview_udfserv
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/zhs007/tradingview_udfserv
- Owner: zhs007
- License: apache-2.0
- Created: 2018-05-06T06:46:37.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-06T06:53:36.000Z (about 8 years ago)
- Last Synced: 2025-01-03T18:45:25.941Z (over 1 year ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tradingview_serv
## QuickStart
see [egg docs][egg] for more detail.
### Development
```bash
$ npm i
$ npm run dev
$ open http://localhost:7001/
```
### Deploy
```bash
$ npm start
$ npm stop
```
### npm scripts
- Use `npm run lint` to check code style.
- Use `npm test` to run unit test.
- Use `npm run autod` to auto detect dependencies upgrade, see [autod](https://www.npmjs.com/package/autod) for more detail.
[egg]: https://eggjs.org