天气:玩原生脚本和角度创建天气应用 源码
一款可在Android上测试并可以正常运行的移动气象应用。 您必须在计算机上安装Nativescript和Angular。 根据您的目标设备,您必须安装Android Studio或XCode,或同时安装这两者。 在https://openweathermap.org/注册并获取api密钥。 要安装,请运行npm install ,然后使用您的api密钥更新src/app/api/config.ts文件。 将密钥添加到static API_KEY ,如下所示: static API_KEY = 'appid=XXXX'; 其中XXXX是api键。 在此阶段,本机脚本预览无法正常工作,
文件列表
天气:玩原生脚本和角度创建天气应用
(预估有个308文件)
app.css
896B
item-detail.component.html
319B
items.component.html
2KB
place.component.html
170B
place.component.css
161B
landing.component.html
170B
landing.component.css
109B
app.component.html
146B
hourly.component.html
2KB
hourly.component.css
330B
暂无评论