https://github.com/tinajs/tina-hackernews
:tv: A Tina.js powered Wechat-Mini-Program implementation of Hacker News Reader
https://github.com/tinajs/tina-hackernews
hackernews mina tina wechat wechat-mini-program
Last synced: 3 months ago
JSON representation
:tv: A Tina.js powered Wechat-Mini-Program implementation of Hacker News Reader
- Host: GitHub
- URL: https://github.com/tinajs/tina-hackernews
- Owner: tinajs
- License: apache-2.0
- Created: 2017-11-28T07:29:22.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-12-27T08:59:56.000Z (over 7 years ago)
- Last Synced: 2024-12-31T19:14:32.538Z (over 1 year ago)
- Topics: hackernews, mina, tina, wechat, wechat-mini-program
- Language: HTML
- Homepage: https://tina.js.org
- Size: 284 KB
- Stars: 91
- Watchers: 4
- Forks: 14
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-wechat-weapp - tinajs/tina-hackernews - Hacker News 热点 (Demo)
- awesome-wechat-app - tinajs/tina-hackernews - Hacker News 热点 (Demo)
- awesome-wechat-app - tinajs/tina-hackernews - Hacker News 热点 (Demo / 数据接口有问题)
- awesome-wechat-weapp - tinajs/tina-hackernews - Hacker News 热点 (Demo / 数据接口有问题)
README
# tina-hackernews
> A [Tina](https://github.com/tinajs/tina) powered **Wechat-Mini-Program** implementation of [Hacker News](https://news.ycombinator.com/), heavily inspired by [Vue-Hackernews-2.0](https://github.com/vuejs/vue-hackernews-2.0) but runs as a Wechat-Mini-Program.
[](./LICENSE)
[](http://makeapullrequest.com)
## Live Version

*Scan this wxcode on [Wechat](http://weixin.qq.com/).*
## Building
**Requires Node.js LTS**
Install dependencies
```bash
npm i
```
### npm script
- ``npm start`` - start in development mode
- ``npm build`` - build for production
## Related Projects
- [Tina.js](https://github.com/tinajs/tina)
- [mina-webpack](https://github.com/tinajs/mina-webpack)
- [template-mina](https://github.com/tinajs/template-mina)
- [Tinax](https://github.com/tinajs/tinax)
- [tina-router](https://github.com/tinajs/tina-router)
- [tina-loading](https://github.com/tinajs/tina-loading)
- [tina-modal](https://github.com/tinajs/tina-modal)
- [Vue-Hackernews-2.0](https://github.com/vuejs/vue-hackernews-2.0)
## License
Apache-2.0 © [yelo](https://github.com/imyelo), 2017 - present
[](https://github.com/tinajs/tina)