Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pillarszhang/map-of-graduation-direction
A visual distribution map of graduation destinations, using AMAP API.
https://github.com/pillarszhang/map-of-graduation-direction
Last synced: about 1 month ago
JSON representation
A visual distribution map of graduation destinations, using AMAP API.
- Host: GitHub
- URL: https://github.com/pillarszhang/map-of-graduation-direction
- Owner: PillarsZhang
- License: gpl-3.0
- Created: 2019-07-21T14:59:34.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-22T10:24:58.000Z (over 4 years ago)
- Last Synced: 2024-11-01T14:11:56.889Z (3 months ago)
- Language: HTML
- Size: 33.2 KB
- Stars: 4
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Map-of-Graduation-Direction
A visual distribution map of graduation destinations, using AMAP API.DEMO: https://h5.app.pizyds.com/chzx-2019-11-byqx/
## 一个可视化的毕业去向分布地图,使用了高德地图API。
技术不佳,文档翻遍。东改西改,代码凌乱。
但是可变数据均在 `.\js\schoools.js` 下,可直接修改使用。
本地调试建议建立一小型http服务器,如不更换API Key,~~请在hosts里将`localhost.pizyds.com`解析至`127.0.0.1`~~,全局安装express后,可直接运行`express.js`来建立本地http服务器,访问`localhost.pizyds.com:8080`来进行调试(我的API设有Referer限制)。
建议电脑端浏览,手机端尚可,但未做界面适配。