All Projects → xugy0926 → daily-check-in

xugy0926 / daily-check-in

Licence: MIT license
一个打卡小程序 - 基于 leancloud 数据存储

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to daily-check-in

garn-validator
Create validations with ease
Stars: ✭ 42 (+10.53%)
Mutual labels:  checker
lean-moments
使用 Vue.js 和 LeanCloud 构建微信朋友圈。
Stars: ✭ 14 (-63.16%)
Mutual labels:  leancloud
telegram-standup-bot
Very simple telegram bot for submitting daily standups
Stars: ✭ 23 (-39.47%)
Mutual labels:  daily
CheckStyle
在协同开发中让代码风格保持一致
Stars: ✭ 25 (-34.21%)
Mutual labels:  checker
apachrot
Apache (Linux) CVE-2021-41773/2021-42013 Mass Vulnerability Checker
Stars: ✭ 21 (-44.74%)
Mutual labels:  checker
lessons
Learning materials for Javascript Code Academy
Stars: ✭ 22 (-42.11%)
Mutual labels:  learning-js
ngx-translate-lint
Simple CLI tools for check `ngx-translate` keys
Stars: ✭ 25 (-34.21%)
Mutual labels:  checker
RCPickerButton
Simple button for marking some items as selected.
Stars: ✭ 17 (-55.26%)
Mutual labels:  checker
codeigniter3-filename-checker
CodeIgniter3 Filename Checker
Stars: ✭ 21 (-44.74%)
Mutual labels:  checker
LeanCloud-Vue-Boilerplate
A boilerplate project to start LeanCloud/Vue.js production, for real.
Stars: ✭ 16 (-57.89%)
Mutual labels:  leancloud
link-verifier
A tool for verifying links in text-based files
Stars: ✭ 26 (-31.58%)
Mutual labels:  checker
link-check
checks whether a hyperlink is alive (`200 OK`) or dead.
Stars: ✭ 35 (-7.89%)
Mutual labels:  checker
akamai-toolkit
A set of tools to work on Akamai v1 anti-bot solution. Current supported version: 1.70
Stars: ✭ 215 (+465.79%)
Mutual labels:  checker
Discord-Token-Checker
🔥Fastest Parallel Request Double-Check Discord Token Checker🔥 Parse discord tokens from any file and directory.
Stars: ✭ 36 (-5.26%)
Mutual labels:  checker
waline
💬 A Simple, Safe Comment System
Stars: ✭ 1,145 (+2913.16%)
Mutual labels:  leancloud
health-check
Health Check is an application that provides an API to check the health health_check of some parts and some utilities like ping requests. This application can works as standalone or included in a Django project.
Stars: ✭ 31 (-18.42%)
Mutual labels:  checker
nagios check
Ruby Nagios Check Integration
Stars: ✭ 13 (-65.79%)
Mutual labels:  checker
weapp-poem
诗词墨客 - 最全中华古诗词小程序
Stars: ✭ 409 (+976.32%)
Mutual labels:  leancloud
php-sdk
LeanCloud PHP SDK
Stars: ✭ 54 (+42.11%)
Mutual labels:  leancloud
PwnChecker
Multi tool checker account validator 2020
Stars: ✭ 30 (-21.05%)
Mutual labels:  checker

daily-check-in

一个打卡小程序, 基于 leancloud 数据存储。所以不需要建立额外的 webapp 和数据库。

开始

1. 注册小程序

去小程序官网注册。

2. 注册 leancloud

https://leancloud.cn

3. 在 leancloud 创建一个应用

开发版本即可(免费)。

4. 下载 daily-check-in 项目

git clone https://github.com/xugy0926/daily-check-in.git

5. 将 leancloud 的 id 填入 daily-check-in 项目

修改 app.js 中的 appId 和 appKey,这两个 id 就是你在 leancloud 上创建的项目的 id。

AV.init({
  appId: 'xxxxxxxxxx',
  appKey: 'xxxxxxxxxx',
});

6. 将 小程序的 id 填入到 leancloud 新项目中。

先在 leancloud 中进入到你创建的项目中,选择 组件 -> 社交, 在 微信小程序菜单那填入你的小程序的 ID 和 Secret Key。

7. 用微信开发者工具导入项目

8. 运行项目

开发资源

  1. leancloud
  2. WeUI
  3. iconfont

一览

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].