文件名称:find_a_pet:使用Petfinder API通过邮政编码查找宠物JavaScript应用
文件大小:19KB
文件格式:ZIP
更新时间:2024-05-29 00:23:48
JavaScript
找宠物 Vanilla JS应用程序,该应用程序使用Petfinder API通过邮政编码搜索宠物。 使用Parcel,Babel和fetch-jsonp 快速开始 将您自己的API密钥添加到main.js # Install dependencies npm install # Serve on localhost:1234 parcel # Build for production parcel build 应用程式资讯 作者 布拉德遍历 版本 1.0.0 执照 该项目已获得MIT许可
【文件预览】:
find_a_pet-master
----.gitignore(24B)
----.babelrc(25B)
----package.json(340B)
----package-lock.json(35KB)
----assets()
--------.DS_Store(8KB)
--------img()
----js()
--------main.js(2KB)
--------validate.js(630B)
----.DS_Store(10KB)
----README.md(496B)
----index.html(1KB)