All Projects → hbsndg → mpxday

hbsndg / mpxday

Licence: other
mpxday是基于mpx开发的天气预报微信小程序

Programming Languages

CSS
56736 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to mpxday

Temps
Simple menubar application based on Electron with actual weather information and forecast.
Stars: ✭ 553 (+18333.33%)
Mutual labels:  weather, forecast
Good Weather
Open source weather app for Andorid
Stars: ✭ 198 (+6500%)
Mutual labels:  weather, forecast
Quietweather
☀️ Develop a weather wechat mini program application in two days - 两天撸一个天气应用微信小程序
Stars: ✭ 677 (+22466.67%)
Mutual labels:  weather, wechat-mini-program
weather-milliseconds
Experiment to render a forecast as fast as possible
Stars: ✭ 24 (+700%)
Mutual labels:  weather, forecast
Darksky
Python API wrapper for the DarkSky (async&sync)
Stars: ✭ 81 (+2600%)
Mutual labels:  weather, forecast
darksky2influxdb
Stores wheather forcecast data from darkskyapi into a influxdb database
Stars: ✭ 21 (+600%)
Mutual labels:  weather, forecast
Node Forecastio
A node.js client for Forecast.io API
Stars: ✭ 32 (+966.67%)
Mutual labels:  weather, forecast
natsuha-weather
Natsuha Weather for WeChat Mini Program.
Stars: ✭ 33 (+1000%)
Mutual labels:  weather, wechat-mini-program
Dark Sky Api
PHP Library for the Dark Sky API.
Stars: ✭ 70 (+2233.33%)
Mutual labels:  weather, forecast
Weacast
Weacast demo application
Stars: ✭ 55 (+1733.33%)
Mutual labels:  weather, forecast
Jupiter
🌞 The Swift Weather Framework
Stars: ✭ 14 (+366.67%)
Mutual labels:  weather, forecast
Getme
CLI utility for everyday tasks. With getme you get weather, forecast, currency rate, upload files, IP address, word definitions, text translations, internet speed, do google searches, get inspirational quotes and get Chuck Norris jokes
Stars: ✭ 118 (+3833.33%)
Mutual labels:  weather, forecast
File-Maker
Generate data files for Wii Channels that have the latest news, forecast data, etc.
Stars: ✭ 65 (+2066.67%)
Mutual labels:  weather, forecast
Fresh Weather
新鲜天气:使用小程序·云开发的小程序
Stars: ✭ 291 (+9600%)
Mutual labels:  weather, wechat-mini-program
darksky
Forecast.io API wrapper in Go (Golang)
Stars: ✭ 74 (+2366.67%)
Mutual labels:  weather, forecast
Wego
weather app for the terminal
Stars: ✭ 6,918 (+230500%)
Mutual labels:  weather, forecast
solar-weather
React Native Weather App w. Realm, Redux, ReasonReact & Forecast.io
Stars: ✭ 13 (+333.33%)
Mutual labels:  weather, forecast
temps-lite
A smart, good-looking little app which tries to speak your language the way you are used to.
Stars: ✭ 40 (+1233.33%)
Mutual labels:  weather, forecast
Weather
A module for obtaining weather information
Stars: ✭ 54 (+1700%)
Mutual labels:  weather, forecast
Darkskylib
Python wrapper for the Dark Sky API
Stars: ✭ 112 (+3633.33%)
Mutual labels:  weather, forecast

mpxday

基于mpx开发的天气预报微信小程序

前提

安装使用

# 打开项目文件夹
cd mpxday

# 安装mpx脚手架工具
npm i -g @mpxjs/cli

# 安装依赖包
npm install

# 注册高德地图开发者账号,获取key
修改/mpxday/src/weather.js文件,
var amapkey = '';//高德地图api开发者账号key

# 编译,会生成dist文件夹
npm run build

# 开发环境下运行,可以实时观察修改后的结果
npm run watch

# 使用微信开发者工具导入项目文件夹下dist中对应平台的文件夹即可预览效果。

运行后效果

运行图片

感谢您的咖啡

感谢您的咖啡

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].