文件名称:angular-weather:Angular模块获取并显示某处的实际天气
文件大小:9KB
文件格式:ZIP
更新时间:2024-06-09 09:36:03
JavaScript
#Angular天气 是一个Angular模块,用于获取和显示某处的实际天气。 该模块使用openweathermap.org API。 访问以获得使用此指令的许可证密钥。 ## WIP-披露 此生成器是“进行中的工作”,它定义了他的体系结构以及他的实现。 目前尚不能在live/production环境中使用它,但是如果您愿意,可以尝试,测试并做出贡献。 ##如何为项目添加角天气? 安装模块bower install angular-weather --save 将库添加到您的项目 < script type =" text/javascript " src =" bower_components/angular-weather/src/angular-weather.js " > </ script > 在您的应用程序中声明模块 angular . module ( 'my
【文件预览】:
angular-weather-master
----.travis.yml(582B)
----README.MD(1023B)
----package.json(2KB)
----test()
--------angular-weather.spec.js(177B)
----gulpfile.js(890B)
----e2e-tests()
--------protractor.conf.js(256B)
--------scenarios.js(129B)
----LICENSE(1KB)
----src()
--------angular-weather.js(6KB)
----.gitignore(121B)
----karma.conf.js(593B)
----.jshintrc(239B)
----bower.json(739B)
----.editorconfig(303B)