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

https://github.com/golevy/tennis-match

A WeChat mini-program for tennis enthusiasts.
https://github.com/golevy/tennis-match

cloudfunctions javascript nodejs wechat-mini-program

Last synced: about 1 month ago
JSON representation

A WeChat mini-program for tennis enthusiasts.

Awesome Lists containing this project

README

          

# Tennis Match

This is a tennis WeChat mini-program developed for tennis enthusiasts. It includes a smart recommendation algorithm based on skill level and distance range, a polling-based chat feature, an activity timeline display similar to the GitHub activity graph and more.

## Getting Started
```
npm install
```

## Reference

- Database: A JSON document-based database that can be operated both in the mini-program front-end and read/written in cloud functions.

- File Storage: Directly upload/download files to the cloud from the mini-program front-end, with CMS visual management in the cloud development console.

- Cloud Functions: Code running in the cloud with WeChat's private protocol for natural authentication. Developers only need to write business logic code.

- [Cloud Development Documentation](https://developers.weixin.qq.com/miniprogram/dev/wxcloud/basis/getting-started.html)