我的推文
我的推文,通过github操作自动备份和提交。
加载我的推文
import { loadTweets , selectors , sorts } from 'codeimpossible/my-tweets' ;
// ... later
// read the latest tweet from the db
let tweets = await loadTweets ( ) ;
let latest = selectors . first ( tweets . sort ( sor
推特CLB
A simple web app that integrates
Server and client development, in the popular development language
NodeJS
Server Side: NodeJs
Client side: EJS
The app works as an insights interface from Twitter.
The app uses the Twitter API v1
蜜蜂
方法
类型
描述
/
Twitter-像系统-PHP
一个使用PHP和MySQL数据库的简单twitter克隆。
试用适用于Twitter-Like-System-PHP的
设置
在MySQL中创建新数据库-推荐
运行以下SQL代码以在数据库中创建表
CREATE TABLE users(
id int NOT NULL AUTO_INCREMENT,
username varchar(15) NOT NULL,
password varchar(32) NOT NULL,
fol