# 2018.12.30

[类库] 免费的 API 集合,可以用于 MockJS。假如要做个商品列表,通常需要有个商品主图,这时就可以用这个免费的 API 来生成一个固定大小的图片地址:https://github.com/toddmotto/public-apis#animals (opens new window)
请求示例:curl -XGET "https://dog.ceo/api/breeds/image/random",多请求几次,图片地址是变化的。

[文章] 收集实用的 JS 代码片段,你可以在 30 秒内理解它。案例挺好的:https://github.com/30-seconds/30-seconds-of-code#all (opens new window)

[文章] Reveal.js,程序员的 PPT 制作神器。之前见同事用过,效果还是很帅的。:https://www.jianshu.com/p/b58c365d98c1 (opens new window)

[类库] 创建全屏滚动网站:https://github.com/alvarotrigo/fullPage.js/tree/master/lang/chinese#fullpagejs (opens new window),真实效果地址 (opens new window)

Last Updated: 1/3/2019, 11:31:36 AM