All Projects → yanm1ng → react-visualized-platform

yanm1ng / react-visualized-platform

Licence: other
🐞 基于 React 的雾霾数据爬虫分析平台

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to react-visualized-platform

Antd Umi Sys
企业BI系统,数据可视化平台,主要技术:react、antd、umi、dva、es6、less等,与君共勉,互相学习,如果喜欢请start ⭐。
Stars: ✭ 503 (+1522.58%)
Mutual labels:  react-router, antd, echarts
React Admin
基于antd、redux-observable、redux-thunk、react-router响应式SPA脚手架,后台管理系统demo. 权限管理,用户管理,菜单管理。无限级菜单,下拉树形选择框
Stars: ✭ 141 (+354.84%)
Mutual labels:  react-router, antd
News App By React.js
🌈一个由React.js编写的新闻WebApp。A news WebApp by React.js.
Stars: ✭ 131 (+322.58%)
Mutual labels:  react-router, antd
react-theme
Production ready Wordpress theme built with React, Redux, Redux-Thunk, Intl, React Router v4, etc... and packaged by Webpack 2. Enjoy!
Stars: ✭ 14 (-54.84%)
Mutual labels:  react-router, react-app
React Demo Gather
react demo合集,有自己写的,也有在学习过程中觉得很好的demo收集的,持续更新中
Stars: ✭ 97 (+212.9%)
Mutual labels:  react-router, react-app
React Koa Login
koa2 + react + react-router(4.0) + redux + webpack + antd
Stars: ✭ 109 (+251.61%)
Mutual labels:  react-router, antd
React Admin
基于react的后台管理项目模板
Stars: ✭ 184 (+493.55%)
Mutual labels:  react-router, antd
React Antd Admin Template
一个基于React+Antd的后台管理模版,在线预览https://nlrx-wjc.github.io/react-antd-admin-template/
Stars: ✭ 1,022 (+3196.77%)
Mutual labels:  react-router, echarts
Imooc React
慕课网 React 视频课程源代码
Stars: ✭ 203 (+554.84%)
Mutual labels:  react-router, react-app
workshop
React Workshop
Stars: ✭ 13 (-58.06%)
Mutual labels:  react-router, react-app
sunrise
The rise of a new project with React, Redux-Saga and React-Router
Stars: ✭ 13 (-58.06%)
Mutual labels:  react-router, antd
Spring Security React Ant Design Polls App
Full Stack Polls App built using Spring Boot, Spring Security, JWT, React, and Ant Design
Stars: ✭ 1,336 (+4209.68%)
Mutual labels:  react-router, antd
React Antd Admin
用React和Ant Design搭建的一个通用管理后台
Stars: ✭ 1,313 (+4135.48%)
Mutual labels:  react-router, antd
7-react-admin-ts
用 ts + react-hooks 实现的管理后台
Stars: ✭ 23 (-25.81%)
Mutual labels:  antd, echarts
React Mobx Ts Antd
A simple empty project build with react、react-router、mobx、antd in typescript.
Stars: ✭ 53 (+70.97%)
Mutual labels:  react-router, antd
Isomorphic Lab
Isomorphic React experimentation
Stars: ✭ 144 (+364.52%)
Mutual labels:  react-router, react-app
frontend-tutorial
🎨 一个后端程序员的前端技术总结
Stars: ✭ 122 (+293.55%)
Mutual labels:  react-router, antd
React Article Bucket
总结,积累,分享,传播JavaScript各模块核心知识点文章全集,欢迎star,issue(勿fork,内容可能随时修改)。webpack核心内容部分请查看专栏: https://github.com/liangklfangl/webpack-core-usage
Stars: ✭ 750 (+2319.35%)
Mutual labels:  react-router, antd
React Redux Antdesign Webpack Starter
react + redux + ant design + react-router 4 + webpack 4 starter
Stars: ✭ 44 (+41.94%)
Mutual labels:  react-router, antd
Alldemo
🍑 2020全栈学习Demo大合集 包含最新 hooks TS 等 还有umi+dva,数据可视化等实战项目 (持续更新中)
Stars: ✭ 189 (+509.68%)
Mutual labels:  react-router, antd

雾霾数据分析平台

step1

npm i
npm run dev

step2

open bowser at http://localhost:8980/

数据来源

http://datacenter.mep.gov.cn

分析工具

  • ECharts
  • Ant-Design

部署

可以将 spider 文件夹放到远程服务器然后建立一个 crontab 定时任务

> crontab -e
> 00 12 * * * /usr/local/bin/node /dev/spider/index.js 2>&1 # 每天12:00执行

效果

  1. 全国地图 Map
  2. 所有城市 City
  3. 城市折线 Line
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].